|
Imagick::floodFillPaintImage(Информация о версии неизвестна, возможно, только в SVN) 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 или старше. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. Примеры
Пример #1 Imagick::floodfillPaintImage() example
<?php Результатом выполнения данного примера будет что-то подобное: |
|