They mean, "Creates a horizontal mirror image by reflecting the pixels around the central y-axis."
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
Returns TRUE on success.
Erros
Throws ImagickException on error.
