The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Descrierea

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

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

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

Parametri

appendRawOutput

Valorile întoarse

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Emite un ImagickException în caz de eroare.

Erori/Excepții

Emite ImagickException în caz de eroare.


The Imagick class
PHP Manual