Dither Resources


A list of dithering resources from around the internet.

Ditherpunk — The article I wish I had about monochrome image dithering

A great, comprehensive and technical run-down of many different dithering methods.

Low-tech Magazine Solar Website

The inspiration for Dither it!, this page discusses Low-tech Magazine's decision to use dithered images on the solar powered version of their site.

RgbQuant.js

The quantization library that powers Dither it!

Image-q

A fork of RgbQuant.js with some additional features. Dither it! might switch to this at some point.

Image Dithering: Eleven Algorithms and Source Code

A helpful artcile with great examples an in-depthinfo.

Dither me this

A site very similar to Dither it!

Image dithering with ImageMagick

ImageMagick has some robust looking quantization and dithering functionality.

PHP imagetruecolortopalette

A PHP function for very simple image dithering.

Didder

A beefy looking command line interface for dithering images.

Dithering.

A nice little rundown of some error diffusion algorithms, including one developed by the author.