How My Images Are Dithered(dead.garden)
237 points by surprisetalk 3 days ago | 76 comments
tl;dr: The author uses ImageMagick to fake an AM halftone print effect on images by splitting into CMYK channels, scaling/rotating each at different angles (0°, 15°, 45°, 75°) to avoid Moiré, then recompositing—optionally remapping to a limited pink palette. The technique is computationally expensive and doesn't reliably reduce file size, so it's purely aesthetic rather than practical. Full shell scripts are provided, along with a workaround (brightness/saturation boost + invert) for overly light images that break the effect.
HN Discussion:
  • Nostalgic reflections from printing industry veterans relating the technique to real-world halftone printing experience
  • ~This is technically halftoning, not dithering, so terminology should be corrected
  • Dithering shouldn't be justified for file size; modern formats like WebP/JPEG are better for compression, aesthetics is the only valid reason
  • Sharing related tools and alternative dithering/halftoning resources for others to explore
  • Appreciation for the visual aesthetic result of the technique