imagick_motionblur

(PECL)

imagick_motionblur -- Simulate motion blur

Description

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

Waarschuwing

Deze functie is op het moment niet gedocumenteerd, alleen de lijst met argumenten is beschikbaar.

Parameters

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

Return Values

Geeft TRUE terug bij succes, FALSE indien er een fout is opgetreden.