Commit Graph

6 Commits

Author SHA1 Message Date
cmounce e8315e6fe6 Implement two-tone for 8x8 blocks of an image 2022-10-30 15:57:11 -07:00
cmounce cdfce3a4f8 Miscellaneous cleanup
- Remove old dither code from dither.py
- Commit an old color-distance experiment
2022-06-26 13:18:40 -07:00
cmounce 835cf49be8 Rewrite pattern-dither code
- Artifact reduction: sort colors by luminance
- Use NumPy to speed up dithering
- Allow dither amount to be customized
2022-06-18 20:51:56 -07:00
cmounce e556588f0a Allow different sizes of Bayer matrix 2022-06-18 19:10:23 -07:00
cmounce 04417803cf Dither using linear RGB, not gamma-compressed 2022-06-18 18:34:19 -07:00
cmounce 671f3315bc Initial experiments with dithering 2022-06-16 01:09:59 -07:00