https://github.com/pmunch/dithering
https://github.com/pmunch/dithering
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmunch/dithering
- Owner: PMunch
- Created: 2026-01-17T21:07:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-01-26T11:37:06.000Z (5 months ago)
- Last Synced: 2026-05-31T06:27:56.214Z (20 days ago)
- Language: Nim
- Size: 55.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dithering algorithms
This repository contains the implementations of the algorithms discussed in my
[dithering
article](https://peterme.net/building-an-epaper-laptop-dithering.html) along
with a couple others. It exists as a way for people to try these algorithms out
and as inspiration to develop new ones. It's not meant as a library for use in
other projects, and it won't be maintained other than possibly adding more
algorithms.