0 Members and 1 Guest are viewing this topic.
Currently written:Fixed-Memory Flood Fill (needs optimization)"Fixed-memory" means there is no risk for stack overflow AT ALL. However, the routine is subsequently very slow, so it will not be suitable for games or anything that needs fast dynamic area filling. It would be fine for a "paint bucket" tool in most on-calc graphics programs though. This will *hopefully* support grayscale filling as well.
Quote from: ZippyDee on February 27, 2012, 04:02:50 pmCurrently written:Fixed-Memory Flood Fill (needs optimization)"Fixed-memory" means there is no risk for stack overflow AT ALL. However, the routine is subsequently very slow, so it will not be suitable for games or anything that needs fast dynamic area filling. It would be fine for a "paint bucket" tool in most on-calc graphics programs though. This will *hopefully* support grayscale filling as well.Is this feature released ? Which command do that ?