<?php
header("Content-type: image/jpeg");
$image = new Imagick("opossum.jpg");
$image->flopImage();
echo $image;
?>
Imagick::flopImage
(PECL imagick 2.0.0)
Imagick::flopImage — Creates 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
Imagick::flopImage
DJ Mike
12-Apr-2011 03:23
12-Apr-2011 03:23

Imagick::floodFillPaintImage