PHP » GoLang |
login |
register |
about
|
GoLang Imagick::floodFillPaintImage
request it (256)
GoLang replacement for PHP's Imagick::floodFillPaintImage
[edit | history]
PHP Imagick::floodFillPaintImagePHP original manual for Imagick::floodFillPaintImage [ show | php.net ]Imagick::floodFillPaintImage(No version information available, might only be in Git) Imagick::floodFillPaintImage — Changes the color value of any pixel that matches target Description
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(). This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer. Parameters
Return Values
Returns Examples
Example #1 Imagick::floodfillPaintImage() example
<?php The above example will output something similar to: |
more
Recently updated
more
Most requested
|