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

Imagick::flopImage

(PECL imagick 2.0.0)

Imagick::flopImageCreates a horizontal mirror image

Descrição

bool Imagick::flopImage ( void )

Creates a horizontal mirror image by reflecting the pixels around the central y-axis.

Valor Retornado

Retorna TRUE em sucesso.

Erros

Dispara ImagickException em erro.



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

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