Best of Image Processing — March 2024
- 1
- 2
- 3
Hacker News·2y
Stylized image binning algorithm
Learn how to create stylized, pixel-art-like images using a binning algorithm in Javascript and the <canvas> element. The algorithm allows for the creation of stylized pixel-art imagery from an uploaded photo or graphic by dividing the input picture into bins and placing black squares within each bin based on the average brightness of the pixels.
- 4
- 5