imagick_motionblur

(PECL)

imagick_motionblur -- Simulate motion blur

Descrição

bool imagick_motionblur ( resource image, float radius, float sigma, float angle )

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

angle

Apply the effect along this angle

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.