The Imagick class
PHP 手册

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


The Imagick class
PHP 手册