Live data from Hacker News

Ditherpunk: The article I wish I had about monochrome image dithering

surma.dev

11–20 of 203 posts

Re: Ditherpunk: The article I wish I had about monochrome image dithering

#11
post #8

How would you apply dithering to animations (without the screen looking noisy from the different starting conditions of each frame)?

Any ordered dithering algorithm will animate pretty smoothly, but techniques based on error diffusion will have a "swimming" effect. Lucas Pope's devlog goes into considerable detail. Here's a good starting point: https://forums.tigsource.com/index.php?topic=40832.msg104520...

(ETA: also the link that gruez posted. HN seems to be having some performance issues)

Re: Ditherpunk: The article I wish I had about monochrome image dithering

#13
Another way to think of dither (that may only make sense to people with a signals background) is that it linearizes the error introduced by the quantization step (which is a non-linear process). This has a bunch of conceptual implications (like elimination of error harmonics being natural consequence) but maybe most importantly allows you to continue using linear analysis tools and techniques in systems with a quantization filter.

Re: Ditherpunk: The article I wish I had about monochrome image dithering

#16
post #10

See also, DITHER.txt: http://web.archive.org/web/20190316064436/http://www.efg2.co...

DHALF.TXT might also be useful.

https://raw.githubusercontent.com/cyotek/Dithering/master/re...

DITHER.TXT is also available in the same folder.

Re: Ditherpunk: The article I wish I had about monochrome image dithering

#17
What an odd coincidence… I just acquired an "Inkplate" for my birthday (a recycled Kindle screen glued onto a board with an Arduino and wifi) and was in the process of looking for old 1bit art for it, stumbled across the term "ditherpunk" just last night. - https://inkplate.io

artists: - https://unomoralez.com - https://www.instagram.com/mattisdovier/?hl=en - https://wiki.xxiivv.com/site/dinaisth.html

I'm going to start raiding old Hypercard stacks next

Re: Ditherpunk: The article I wish I had about monochrome image dithering

#20
post #8

How would you apply dithering to animations (without the screen looking noisy from the different starting conditions of each frame)?

Author here!

I can only refer to an article another comment also already mentioned. It is _excellent_ and covers animation & dithering: https://bisqwit.iki.fi/story/howto/dither/jy/

Post reply on HN