imagick_gaussianblur
(PECL)
imagick_gaussianblur -- Blur image
Descrição
bool
imagick_gaussianblur ( resource image, float radius, float sigma )
Atenção |
Esta função
não está documentada, somente a lista de argumentos está
disponível. |
Parâmetros
image
Image handle
radius
Radius of the pixel neighborhood not counting the center pixel
sigma
Standard deviation of the Gaussian in pixels
Valores de retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.