Imagick::setImageProfile
(PECL imagick 2.0.0)
Imagick::setImageProfile — Adds a named profile to the Imagick object
설명
bool Imagick::setImageProfile
( string $name
, string $profile
)
Adds a named profile to the Imagick object. If a profile with the same name already exists, it is replaced. This method differs from the Imagick::ProfileImage() method in that it does not apply any CMS color profiles.
인수
- name
-
- profile
-
반환값
성공시에 TRUE를 반환합니다.
오류/예외
오류시에 ImagickException이 발생합니다.
There are no user contributed notes for this page.
