The Imagick class
PHP Manual

Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

说明

string Imagick::getImageProfile ( string $name )
Warning

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

Returns the named image profile.

参数

name

The name of the profile to return.

返回值

Returns a string containing the image profile. Throw an ImagickException on error.


The Imagick class
PHP Manual