Gmagick::shearimage
Creating a parallelogram
Description
public Gmagick Gmagick::shearimage(mixed $color
, float $xShear
, float $yShear
)
Parameters
-
color
-
The background pixel wand.
-
xShear
-
The number of degrees to shear the image.
-
yShear
-
The number of degrees to shear the image.
Return Values
The Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.