PHP 8.3.4 Released!

Gmagick::flipimage

(PECL gmagick >= Unknown)

Gmagick::flipimageCreates a vertical mirror image

Descrição

public Gmagick::flipimage(): Gmagick

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

The flipped Gmagick object.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

Veja Também

add a note

User Contributed Notes

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