Gmagick::motionblurimage
Simulates motion blur
Beschreibung
public Gmagick Gmagick::motionblurimage
( float $radius
, float $sigma
, float $angle
)
Parameter-Liste
-
radius
-
The radius of the Gaussian, in pixels, not counting the center pixel.
-
sigma
-
The standard deviation of the Gaussian, in pixels.
-
angle
-
Apply the effect along this angle.
Rückgabewerte
The Gmagick object on success
Fehler/Exceptions
Wirft bei einem Fehler eine
GmagickException.