imagick_motionblur

(PECL)

imagick_motionblur -- Simulate motion blur

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

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

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.