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

Imagick::flattenImages