note 102483 added to function.imagick-paintfloodfillimage

[email protected] Thu, 17 Feb 2011 01:08:48 -0800
Newsgroups php.notes
Message-ID <[email protected]>
Seems that this method doesn't work as expected. Use Imagick::floodFillPaintImage() instead.

$img = new Imagick('/tmp/test.png');
$img->floodFillPaintImage('green', 10, 'white', 100, 100, false);
$img->writeImage('/tmp/out.png');
$img->clear();
$img->destroy();
----
Server IP: 80.64.47.13
Probable Submitter: 212.64.166.151
----
Manual Page -- http://www.php.net/manual/en/function.imagick-paintfloodfillimage.php
Edit        -- https://master.php.net/note/edit/102483
Del: integrated  -- https://master.php.net/note/delete/102483/integrated
Del: useless     -- https://master.php.net/note/delete/102483/useless
Del: bad code    -- https://master.php.net/note/delete/102483/bad+code
Del: spam        -- https://master.php.net/note/delete/102483/spam
Del: non-english -- https://master.php.net/note/delete/102483/non-english
Del: in docs     -- https://master.php.net/note/delete/102483/in+docs
Del: other reasons-- https://master.php.net/note/delete/102483
Reject      -- https://master.php.net/note/reject/102483
Search      -- https://master.php.net/manage/user-notes.php