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