Fill antialiasing edges; Not perfect, but improved

Probably can still improve the ratio of
{old pixel's difference to initial color to be replaced}
to {new color being flood-filled}...
This commit is contained in:
Bill Kendrick 2021-03-08 01:36:07 -08:00
parent 866d5190bf
commit f7e9fa2870
2 changed files with 22 additions and 8 deletions

View file

@ -8,7 +8,7 @@ http://www.tuxpaint.org/
$Id$
2021.March.7 (0.9.26)
2021.March.8 (0.9.26)
* New Features
------------
* Larger UI buttons
@ -64,7 +64,7 @@ $Id$
* Other Improvements
------------------
* [WIP] Fill tools do a better job at filling around
* Fill tools do a better job at filling around
antialiased edges, and apply some blending.
* Reduce CPU usage by increasing delay in main loop