The Imagick class
PHP Manual

Imagick::getSize

(PECL imagick 2.0.0)

Imagick::getSizeReturns the size associated with the Imagick object

Descrierea

array Imagick::getSize ( void )
Avertizare

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

Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".

Valorile întoarse

Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".


The Imagick class
PHP Manual