The Imagick class
PHP 手册

Imagick::flipImage

(PECL imagick 2.0.0)

Imagick::flipImageCreates a vertical mirror image

说明

bool Imagick::flipImage ( void )
Warning

本函数暂无文档,仅有参数列表。

Creates a vertical mirror image by reflecting the pixels around the central x-axis.

返回值

Returns TRUE on success.

错误/异常

Throws ImagickException on error.


The Imagick class
PHP 手册