Imagick::getImageOrientation

(PECL imagick 2, PECL imagick 3)

Imagick::getImageOrientationGets the image orientation

Descrição

publicImagick::getImageOrientation(): int

Gets the image orientation. The return value is one of the orientation constants.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns an int on success.

Erros/Exceções

Lança uma exceção ImagickException em caso de erro.

To Top