Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Descrição

public void Gmagick::getsize ( void )

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

Parâmetros

Esta função não contém parâmetros.

Valor Retornado

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

Erros

Throws an GmagickException on error.


Gmagick
PHP Manual