Ditherpunk 2 – beyond 1-bit

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. marvin-framework

    Marvin Image Processing Framework provides features for processing images and videos in real-time.

    My understanding is that while "halftone" is an older term now, there was an in-between period where it meant any kind of dithering. Indeed, even on the page you linked you see people talking about Floyd-Steinberg and other kinds of dithering.

    Thanks for the link, although the best I could find was this[1] old Java file that's completely uncommented. I was hoping for some textual documentation.

    1: https://github.com/gabrielarchanjo/marvin-framework/blob/f50...

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ESC-POS-.NET

    Efficient, Easy to Use Thermal Printing & POS (Windows/Linux/OSX, WiFi/BT/USB/Ethernet)

    My receipt printer library[0] uses dithering for images since the printers are black and white but fairly high resolution. It looks pretty decent [1], much better than a plain black and white conversion. I learned about dithering while implementing this library, and it’s a great technique! I originally implemented a black and white filter and then Floyd-steinberg dither natively in c# but then ended up using a library for it since we needed image transforms as well.

    [0]: https://github.com/lukevp/ESC-POS-.NET

    [1]: https://user-images.githubusercontent.com/59696671/106924665...

  4. prism

    Colour management for Go (by mandykoh)

  5. halftone

    Generate CMYK halftone images

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Have anyone tried screenshot comparison in testing with java selenium?

    2 projects | /r/QualityAssurance | 27 Feb 2021
  • How to draw an outline in a video game

    4 projects | news.ycombinator.com | 4 Jan 2025
  • Smile Detector and Photo Capture

    2 projects | dev.to | 27 Sep 2024
  • Install OpenCV 4.5 on Ubuntu 22.04

    1 project | dev.to | 26 Sep 2024
  • 3 example of computer vison technical test - Python / c++

    1 project | dev.to | 8 Sep 2024

Did you know that Java is
the 8th most popular programming language
based on number of references?