Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns 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 the size associated with the Gmagick object as an array with the keys "columns" and "rows".

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual