Imagick::transverseImage()
Imagick::transverseImage - Creates a horizontal mirror image
Syntax
bool Imagick::transverseImage ()
Arguments
-
Description
Creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them 270-degrees. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.
Version
PHP PECL imagick 2.0.0
Return value
Returns TRUE on success.