(PECL gmagick >= Unknown)
Returns the size associated with the Gmagick object
public array Gmagick::getsize ( void )
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
Returns:
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
Exception:
Throws an GmagickException on error.
Please login to continue.