Imagick::getSize()
Imagick::getSize - Returns the size associated with the Imagick object
Syntax
array Imagick::getSize ()
Arguments
-
Description
Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".
Version
PHP PECL imagick 2.0.0
Return value
Returns the size associated with the Imagick object as an array with the keys "columns" and "rows".