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. Throw an ImagickException on error.

Грешки/Изключения

Хвърля ImagickException при грешка.


The Imagick class
PHP Manual