The Imagick class
PHP Manual

Imagick::transposeImage

(PECL imagick 2.0.0)

Imagick::transposeImageCreates a vertical mirror image

Descrição

bool Imagick::transposeImage ( void )

Creates a vertical mirror image by reflecting the pixels around the central x-axis while rotating them 90-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