Burkes dithering matrix might be wrong
SteveHawk opened this issue · 1 comments
SteveHawk commented
Hey there, love the project, but the burkes dithering matrix here appears to be wrong:
{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