Imagick::getImageProfile

(PECL imagick 2.0.0)

Imagick::getImageProfileReturns the named image profile

說明

string Imagick::getImageProfile ( string $name )

Returns the named image profile.

參數

name

The name of the profile to return.

回傳值

Returns a string containing the image profile.

錯誤/例外

錯誤時拋出 ImagickException。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top