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 ] )
Warning

本函数还未编写文档,仅有参数列表。

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.

错误/异常

Throws ImagickException on error.


The Imagick class
PHP Manual