Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Descrizione

public Gmagick::getsize(): array

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

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

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

Errori/Eccezioni

Throws an GmagickException on error.