Quote:
Originally Posted by Ehhh
Hi, geekmaster
you can check and compile eink transform plugin with yours algorithms.
best regards, ehhh
|
Somehow I missed this post. It was the last one on the page and there were posts on the next page. Sorry. Thanks.
The 16x16 matrix in your code should not be needed because the human eye cannot distinguish between more than 64 shades of gray. What is important is the cutoff values used in the 8x8 matrix, which control the display gamma, brightness, and contrast. And because eink behaves with linear gamma like real ink on paper, we do not need gama adjustments, which makes this a lot easier than when dithering for a light-emitting display.