update : 2015.11.03
php.shukuma.com검색:
|
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. 인수
반환값
성공시에 오류/예외오류시에 ImagickException이 발생합니다. |