PHP 8.4.1 Released!

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

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top