Implementations of some of the dithering methods from https://surma.dev/things/ditherpunk/ in go.
Go to file
David 254167de4e david, from the wikipedia article on dithering 2021-01-11 18:02:06 -05:00
example david, from the wikipedia article on dithering 2021-01-11 18:02:06 -05:00
.gitignore init 2021-01-09 22:35:31 -05:00
go.mod init 2021-01-09 22:35:31 -05:00
main.go add simpleerror ditherer and begin building out tests 2021-01-11 18:01:42 -05:00
quantizer.go add simpleerror ditherer and begin building out tests 2021-01-11 18:01:42 -05:00
quantizer_test.go add simpleerror ditherer and begin building out tests 2021-01-11 18:01:42 -05:00