We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, love the project, but the burkes dithering matrix here appears to be wrong:
error_diffusers.go#L97
{0, 0, 0, 8.0 / 32, 8.0 / 32},
Which I believe should be {0, 0, 0, 8.0 / 32, 4.0 / 32}, according to libcaca/study/3, and Image Dithering: Eleven Algorithms and Source Code
The text was updated successfully, but these errors were encountered:
Corrected Burkes matrix (#10)
1569118
Thanks for bringing this up! Fixed in 1569118. Let me know if you'd like a new release.
Sorry, something went wrong.
No branches or pull requests
Hey there, love the project, but the burkes dithering matrix here appears to be wrong:
error_diffusers.go#L97
Which I believe should be {0, 0, 0, 8.0 / 32, 4.0 / 32}, according to libcaca/study/3, and Image Dithering: Eleven Algorithms and Source Code
The text was updated successfully, but these errors were encountered: