Php/docs/gmagick.flipimage

来自菜鸟教程
跳转至:导航、​搜索

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


参见