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