Dither: Add a "keep color" variation

This commit is contained in:
Bill Kendrick 2024-02-29 21:41:16 -08:00
parent 9a36dc2cda
commit 35c12c60fd
132 changed files with 4525 additions and 814 deletions

View file

@ -17,8 +17,10 @@ https://tuxpaint.org/
+ WIP Needs icon
+ WIP Needs sound effect
* WIP Dither: Replaces all or part of a drawing with
dithered black-and-white (or chosen-color-and-white) pixels.
* WIP Dither & Dither (Keep Color): Replaces all or part of a drawing
with dithered X-and-white pixels. With "Dither", X is always black,
or the currently-selected color; with "Dither (Keep Color)", X is
a muted version of the original color.
Bill Kendrick <bill@newbreedsoftware.com>
+ WIP Needs docs
+ WIP Add to new features lists