(PHP 3, PHP 4 ) ImageFill -- Flood fill Descriptionint imagefill (int im, int x, int y, int col)
ImageFill() performs a flood fill starting at
coordinate x, y
(top left is 0, 0) with color col in the
image im.
| User Contributed Notes: ImageFill |
aqmprod@iname.com
09-Jan-2000 05:08 |
This function does not seem to work with images already been transparent. If you fill at x=0, y=0, and there are still transparent parts that you did
not reach with your fill, they change to a different color.
The ImageColorSet function seems to be the solution, but i can't work with transparancy.
|
|
|