The Imagick class
PHP Manual

Imagick::getImageOrientation

(PECL imagick 2.0.0)

Imagick::getImageOrientationGets the image orientation.

Description

int Imagick::getImageOrientation ( void )
Warning

This function is currently not documented; only its argument list is available.

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

Return Values

Returns an int on success. Throw an ImagickException on error.


The Imagick class
PHP Manual