The Imagick class
PHP 手册

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

错误/异常

Throws ImagickException on error.


The Imagick class
PHP 手册