Imagick::shearImage
Creating a parallelogram
Description
bool Imagick::shearImage
( mixed $background
, float $x_shear
, float $y_shear
)
Parameters
-
background
-
The background color
-
x_shear
-
The number of degrees to shear on the x axis
-
y_shear
-
The number of degrees to shear on the y axis
Return Values
Returns TRUE
on success.