Gmagick::flipimage

(PECL gmagick >= Unknown)

Gmagick::flipimageCreates a vertical mirror image

说明

public Gmagick::flipimage(): Gmagick

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

参数

此函数没有参数。

返回值

The flipped Gmagick object.

错误/异常

错误时抛出 GmagickException

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top