GoLang Gmagick::flipimage

request it (196)
GoLang replacement for PHP's Gmagick::flipimage [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::flipimage? Write it!

PHP Gmagick::flipimage

PHP original manual for Gmagick::flipimage [ show | php.net ]

Gmagick::flipimage

(PECL gmagick >= Unknown)

Gmagick::flipimageCreates a vertical mirror image

Description

public Gmagick Gmagick::flipimage ( void )

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

Return Values

The flipped Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.