The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Descrição

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

Esta função não está documentada; somente a lista de argumentos está disponível.

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. Joga uma ImagickException em erro.

Erros

Dispara ImagickException em erro.


The Imagick class
PHP Manual