PHP 7.0.6 Released

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.

User Contributed Notes

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