makew0rld / dither

A fast, correct image dithering library in Go.
Mozilla Public License 2.0
365 stars 13 forks source link

Add void-and-cluster / blue noise dithering #3

Open makew0rld opened 3 years ago

makew0rld commented 3 years ago

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.