Gmagick
PHP Manual

Gmagick::getsize

(PECL gmagick >= Unknown)

Gmagick::getsizeReturns the size associated with the Gmagick object

Description

public void Gmagick::getsize ( void )

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

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.


Gmagick
PHP Manual