Gmagick::embossimage
Returns a grayscale image with a three-dimensional effect
Description
public Gmagick Gmagick::embossimage(float $radius
, float $sigma
)
Parameters
-
radius
-
The radius of the effect.
-
sigma
-
The sigma of the effect.
Return Values
The embossed Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.