Forum und email

Imagick::identifyImage

(No version information available, might be only in CVS)

Imagick::identifyImage — Identifies an image and fetches attributes

Описание

string Imagick::identifyImage ([ bool $appendRawOutput ] )
Warning

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

Warning

Эта функция является ЭКСПЕРИМЕНТАЛЬНОЙ. Поведение этой функции, ее имя и относящаяся к ней документация могут измениться в последующих версиях PHP без уведомления. Используйте эту функцию на свой страх и риск.

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