Imagick
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Descrição

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

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

Parâmetros

appendRawOutput

Valor Retornado

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

Erros

Throws ImagickException on error.


Imagick
PHP Manual