dither
dither copied to clipboard
A fast, correct image dithering library in Go.
It's odd this type of dithering is referred to using a full name of its creator when all other dithering types are referred to only by the surname of the...
Hi, I saw the post in your blog re dithering, where you asked if one know how to do clustered dithering to contact you. Dithering you mentioned is usally called...
This issue was originally made for the [didder](https://github.com/makeworld-the-better-one/didder) repo, so didder commands are referenced. --- This is a strange and important bug. These are the two commands: ``` didder -i...
https://surma.dev/things/ditherpunk/ talks about this a bit, and he implemented it as well. In code it will likely be called blue noise dithering.
Another `SpecialDither` https://bisqwit.iki.fi/story/howto/dither/jy/ There are three versions of this to be implemented.
This would be a `SpecialDither`. https://www.compuphase.com/riemer.htm
"unexpected" is in quotes because the math is sound, but the result is almost never what you want. This is a property of dithering, and is not related to the...