This website requires JavaScript.
Explore
Help
Sign In
alazyreader
/
dither
Watch
1
Star
0
Fork
0
You've already forked dither
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Implementations of some of the dithering methods from
https://surma.dev/things/ditherpunk/
in go.
6
Commits
1
Branch
0
Tags
559
KiB
Go
100%
2bada11da1
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
David Ashby
2bada11da1
add floyd-steinberg
2021-01-11 19:47:29 -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 floyd-steinberg
2021-01-11 19:47:29 -05:00
quantizer_test.go
add simpleerror ditherer and begin building out tests
2021-01-11 18:01:42 -05:00
quantizer.go
add floyd-steinberg
2021-01-11 19:47:29 -05:00