Imagick
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Beschreibung

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

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.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


Imagick
PHP Manual