July 25, 2026
Dot-dot-dot… fight!
My Images Are Dithered
Cool pink photo trick sparks a tiny comment war over what it’s actually called
TLDR: A blogger shared their method for turning photos into stylish print-like images that load lighter on websites. Commenters were less interested in the pink pics than in correcting the name, turning the thread into a tiny but very internet debate over what counts as “dithering.”
A blogger set out to answer a very relatable internet mystery: how do some websites make photos look so ridiculously cool? Their answer was a pink, print-style image trick that makes pictures look like they were pulled from an artsy magazine while also shrinking file sizes. The post walks through how they do it with ImageMagick, a command-line image editing tool, and even includes a very on-brand moment of self-awareness: the author basically admits they might undo the whole thing in two months and forget why it existed. Honestly? The community loved that energy.
But the real show started in the comments, where the nitpickers kicked down the door and declared: “This is halftoning, not dithering.” Not once, but multiple times. That was the hottest mini-drama by far — less a full-on flame war, more a classic internet terminology showdown where everyone agrees the pictures look great, but several people urgently need the label fixed. One commenter was all admiration, calling image processing “addictive,” which feels like the wholesome side of the thread. Another dropped a practical pro tip for people making custom T-shirts, because no online discussion is complete without someone turning an art experiment into workflow optimization.
The funniest vibe here is that the post is trying to make images look old-school and handmade, while the comments instantly became extremely online about definitions. So yes, the images are cute, pink, and punchy — but the comments? Black-and-white, no shades of gray.
Key Points
- •The article explains the author’s current method for creating print-like dotted images for a website.
- •The author says the technique can reduce image file size and lower website weight when reduced images are used.
- •The post contrasts screen-based RGB image rendering with print-style dot-based reproduction using limited color palettes.
- •It outlines AM, FM, and hybrid print grids, and notes that naive AM patterns can create moiré artifacts.
- •The implementation uses ImageMagick’s `convert` command with CMYK channel separation, transformations, compositing, and recombination.