The Imagick class
PHP Manual

Imagick::getImageResolution

(PECL imagick 2.0.0)

Imagick::getImageResolutionGets the image X and Y resolution

Beschreibung

array Imagick::getImageResolution ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Gets the image X and Y resolution.

Rückgabewerte

Returns the resolution as an array. Throw an ImagickException on error.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


The Imagick class
PHP Manual