The Imagick class
PHP Manual

Imagick::getSize

(PECL imagick 2.0.0)

Imagick::getSizeReturns the size associated with the Imagick object

Descrição

array Imagick::getSize ( void )
Aviso

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

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

Valor Retornado

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


The Imagick class
PHP Manual