The Imagick class
PHP Manual

Imagick::getImageGeometry

(PECL imagick 2.0.0)

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. Joga uma ImagickException em erro.


The Imagick class
PHP Manual