The Imagick class
PHP Manual

Imagick::getSize

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

Imagick::getSizeReturns the size associated with the Imagick object

Описание

array Imagick::getSize ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Возвращаемые значения

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


The Imagick class
PHP Manual