Imagick::floodFillPaintImage> <Imagick::flattenImages
Last updated: Fri, 30 Dec 2011

Imagick::flipImage

(PECL imagick 2.0.0)

Imagick::flipImageCreates a vertical mirror image

Descrição

bool Imagick::flipImage ( void )

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

Valor Retornado

Retorna TRUE em sucesso.

Erros

Dispara ImagickException em erro.



User Contributed Notes
Imagick::flipImage
DJ Mike
12-Apr-2011 03:21
<?php
header
("Content-type: image/jpeg");
$image = new Imagick("opossum.jpg");
$image->flipImage();
echo
$image;
?>

Imagick::floodFillPaintImage> <Imagick::flattenImages
Last updated: Fri, 30 Dec 2011