The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Beschreibung

array Imagick::identifyImage ([ bool $appendRawOutput= false ] )
Warnung

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

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.

Parameter-Liste

appendRawOutput

Rückgabewerte

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Throw an ImagickException on error.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


The Imagick class
PHP Manual