The Imagick class
PHP Manual

Imagick::getImageGeometry

(No version information available, might be only in CVS)

Imagick::getImageGeometryGets the width and height as an associative array

Descrição

array Imagick::getImageGeometry ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Returns the width and height as an associative array.

Valor Retornado

Returns an array with the width/height of the image, throws ImagickException on error.


The Imagick class
PHP Manual