GoLang Gmagick::getsize

request it (349)
GoLang replacement for PHP's Gmagick::getsize [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::getsize? Write it!

PHP Gmagick::getsize

PHP original manual for Gmagick::getsize [ show | php.net ]

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Description

public array Gmagick::getsize ( void )

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

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

Throws an GmagickException on error.