Live data from Hacker News

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

surma.dev

21–30 of 203 posts

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

#21

Shameful tangential plug alert: My sideproject is a dithering-based image-to-pattern converter for plastic fuse beads (you know them, the ones you place on a platter and iron to fuse them together): https://www.beadifier.pro/

Omg I didn’t think of this application for dithering. Love that.

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

#22

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 st…

... I think I need to buy an Inkplate now

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

#23
post #19

It was nice to see a mention of Robert Ulichney. His 1987 book "Digital Halftoning" covers most of the ground that this blog post does, plus more.

I saw this book mentioned a couple of times during my research. I guess I should read it.

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

#24
This is such a well-written article: it describes the impetus, it is researched, it has great examples both as code and as output, and it piques interest. In the late 1990's I contracted with an embedded software company to optimize a dithering algorithm for 8-bit MCUs that was used in most laser printers & copiers, and this paper is a really good overview.

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

#26
This is a great overview.

A few years back, when TechShop still existed and was open, I made a present for my mother: a glass laser-etched and engraved with an image from her favorite comic. Because the comic was painted in a set of watercolors, this was going to be difficult. I ended up tracing the lines (for the deeper engraving) and then stomping on the color palette for the etching. Finally, I settled on different newspaper halftone sets for each "color."

It took several tries for it to come out alright. This might have saved me a few runs.

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

#30
post #5

> According to Wikipedia, “Dither is an intentionally applied form of noise used to randomize quantization error”, and is a technique not only limited to images. It is actually a technique used to this day on audio recordings […] Dithering as a digital signal processing technique is also used frequently in the digital control of physical systems. One example of this is in the control of hydraulic servo valves[1]; the…

I believe this is what the engines are doing during the majority of the ascent of the Starship SN8 test vehicle[0]. You can see the engines gimbaling very slightly in a circular pattern.

[0]: https://youtu.be/ap-BkkrRg-o?t=6516

Post reply on HN