PHP 8.3.4 Released!

Gmagick::flipimage

(PECL gmagick >= Unknown)

Gmagick::flipimageCreates a vertical mirror image

Descrizione

public Gmagick::flipimage(): Gmagick

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

The flipped Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

Vedere anche:

add a note

User Contributed Notes

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