Imagick
PHP Manual

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이 발생합니다.


Imagick
PHP Manual