The Imagick class
PHP Manual

Imagick::identifyImage

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

Imagick::identifyImageIdentifies an image and fetches attributes

Beschreibung

array Imagick::identifyImage ([ bool $appendRawOutput ] )
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. Throws ImagickException on error.

Fehler/Exceptions

Wirtf ImagickException bei Fehlern.


The Imagick class
PHP Manual