The Imagick class
PHP Manual

Imagick::transverseImage

(PECL imagick 2.0.0)

Imagick::transverseImageCreates a horizontal mirror image

Descrição

bool Imagick::transverseImage ( void )

Creates a horizontal mirror image by reflecting the pixels around the central y-axis while rotating them 270-degrees. Este método esta disponível apenas se Imagick foi compilado com ImageMagick versão 6.2.9 ou mais nova.

Valor Retornado

Retorna TRUE em sucesso.

Veja Também


The Imagick class
PHP Manual