update : 2015.11.03
php.shukuma.com검색:
|
Imagick::floodFillPaintImage(No version information available, might only be in Git) Imagick::floodFillPaintImage — Changes the color value of any pixel that matches target 설명
bool Imagick::floodFillPaintImage
( mixed
$fill
, float $fuzz
, mixed $target
, int $x
, int $y
, bool $invert
[, int $channel = Imagick::CHANNEL_DEFAULT
] )Changes the color value of any pixel that matches target and is an immediate neighbor. This method is a replacement for deprecated Imagick::paintFloodFillImage(). 이 메쏘드는 Imagick을 ImageMagick 6.3.8 이상으로 컴파일 했을 때만 사용할 수 있습니다. 인수
반환값
성공시에 예제
Example #1 Imagick::floodfillPaintImage() example
<?php 위 예제의 출력 예시: |