Imagick::sketchImage
Simulates a pencil sketch
Description
bool Imagick::sketchImage
( 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
Returns TRUE
on success.