The Imagick class
PHP 手册

Imagick::transverseImage

(PECL imagick 2.0.0)

Imagick::transverseImageCreates a horizontal mirror image

说明

bool Imagick::transverseImage ( void )

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.

返回值

Returns TRUE on success.

参见


The Imagick class
PHP 手册