Back to resources
dither is a set of programs written to allow you to use big printers sensibly, although it has many other applications.

I got fed up with attempts that my HP designjet printer was making at rendering large images, so I thought i'd fix it.

netpbm doesn't have a convient format for storing 3bit images so I added the PCM format: it's exactly like the PBM format only it starts P0 and after the point where the normal bitmap data ends there are two more sections of bitmap data. The three bitmaps being the Red Green and Blue components.

If you are interested in color space correction take a look at my colors project.

The tools are as follows:

The command line tools have no limit [other than your disk size and the size of void *] on the size of image they can process. I routinely use them to process images of the order of 2-3Gb.

You can see the results:
Original threshold Boustrophedonic Floyd Steinberg Koch curve Floyd Steinberg

Take me to the files