The Imagick class
PHP Manual

Imagick::getImageGeometry

(PECL imagick 2.0.0)

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

Descrierea

array Imagick::getImageGeometry ( void )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Returns the width and height as an associative array.

Valorile întoarse

Returns an array with the width/height of the image. Emite un ImagickException în caz de eroare.


The Imagick class
PHP Manual