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

Beschreibung

array Imagick::getSize ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Rückgabewerte

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


The Imagick class
PHP Manual