imagick_motionblur

(PECL)

imagick_motionblur -- Simulate motion blur

Description

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

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

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

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.