Reading up on image-processing
5 deep · digging since dec 05, 25
- Help I accidentally a wigglegram
A photographer uses perceptual hashing to automatically find sequences of near-identical photos in their iCloud library, turning unintended burst shots into stereo wigglegrams.
- Bun v1.3.14 | Bun Blog
Bun v1.3.14 ships a built-in image processing API, 7x faster warm installs, experimental HTTP/2 and HTTP/3 clients and server, rewritten fs.watch(), and many other features and fixes.
- ASCII characters are not pixels: a deep dive into ASCII rendering
A developer built an ASCII renderer that uses shape vectors and contrast enhancement to achieve sharp edges, overcoming blurriness from treating characters as pixels.
- What an unprocessed photo looks like: (Maurycy's blog)
A camera's raw sensor data is a linear grayscale Bayer-matrix capture that requires demosaicing, white-balancing, and nonlinear curve mapping to produce a viewable photo.
- Show HN: Swatchify – CLI to get a color palette from an image
Swatchify provides a cross-platform CLI tool and libraries for extracting dominant colors from images using k-means++ clustering, available as a Go binary, REST API, and browser npm package.