1. Win32Lib API Floodfill?
- Posted by cklester <cklester at yahoo.com> Aug 05, 2004
- 428 views
Is there a floodfill function for Win32Lib (like msimg.dll's "floodfill" and "floodfillex")? I've written a floodfill routine, but it gets kinda slow at the outermost parts. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
2. Re: Win32Lib API Floodfill?
- Posted by Derek Parnell <ddparnell at bigpond.com> Aug 05, 2004
- 425 views
cklester wrote: > > Is there a floodfill function for Win32Lib (like msimg.dll's > "floodfill" and "floodfillex")? I've written a floodfill routine, > but it gets kinda slow at the outermost parts. :) Not yet, but I can easily add it in. I'll post code for it soon. -- Derek Parnell Melbourne, Australia
3. Re: Win32Lib API Floodfill?
- Posted by cklester <cklester at yahoo.com> Aug 05, 2004
- 422 views
Derek Parnell wrote: > > cklester wrote: > > > > Is there a floodfill function for Win32Lib (like msimg.dll's > > "floodfill" and "floodfillex")? I've written a floodfill routine, > > but it gets kinda slow at the outermost parts. :) > > Not yet, but I can easily add it in. I'll post code for it > soon. Thank you, Derek. The other code I've found, and the attempts I've made, are failing miserably. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
4. Re: Win32Lib API Floodfill?
- Posted by Don <eunexus at yahoo.com> Aug 05, 2004
- 404 views
> > > Is there a floodfill function for Win32Lib (like msimg.dll's > > > "floodfill" and "floodfillex")? I've written a floodfill routine, > > > but it gets kinda slow at the outermost parts. :) > > > > Not yet, but I can easily add it in. I'll post code for it > > soon. > > Thank you, Derek. The other code I've found, and the attempts I've > made, are failing miserably. :) Dont know if this would interest you, but GDI has a flood fill. API: ExtFloodFill Don Phillips - aka Graebel National Instruments mailto: eunexus @ yahoo.com
5. Re: Win32Lib API Floodfill?
- Posted by cklester <cklester at yahoo.com> Aug 05, 2004
- 418 views
Don wrote: > > Dont know if this would interest you, but GDI has a flood fill. > API: ExtFloodFill Yeah, it does interest me 'cuz I was lookin' for that in msimg.dll. heh. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/