The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Описание

array Imagick::identifyImage ([ bool $appendRawOutput = false ] )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Список параметров

appendRawOutput

Возвращаемые значения

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Бросает ImagickException при ошибке.

Ошибки

Бросает ImagickException при ошибке.


The Imagick class
PHP Manual