Gmagick::motionblurimage
Simulates motion blur
Description
public Gmagick Gmagick::motionblurimage(float $radius
, float $sigma
, float $angle
)
Parameters
-
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.
Return Values
The Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.