update : 2015.11.03
php.shukuma.com검색:
|
Imagick::paintOpaqueImage(PECL imagick 2.0.0) Imagick::paintOpaqueImage — Change any pixel that matches color 설명
bool Imagick::paintOpaqueImage
( mixed
$target
, mixed $fill
, float $fuzz
[, int $channel = Imagick::CHANNEL_ALL
] )Changes any pixel that matches color with the color defined by fill. 인수
반환값
성공시에 오류/예외오류시에 ImagickException이 발생합니다. 변경점
|