La classe Imagick
PHP Manual

Imagick::getPage

(No version information available, might be only in CVS)

Imagick::getPageReturns the page geometry

Description

array Imagick::getPage ( void )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y".

Valeurs de retour

Returns the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error.


La classe Imagick
PHP Manual