Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Описание

public void 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".

Грешки/Изключения

Throws an GmagickException on error.


Gmagick
PHP Manual