tttimur / canvas-atkinson-dither

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atkinson dithering example using Canvas, WebWorkers and FileReader

The classic Macintosh 1-bit filter, as used by Hyperdither

Compares every pixel to 50% grey, then changes them to either black or white. The difference between the input and the output is then distributed to the neighbouring pixels as follows (X is the current pixel):

     X  1/8 1/8
1/8 1/8 1/8
    1/8

This code uses Drag and Drop events, WebWorkers and the FileReader API so you'll need a current browser to try it.

(Oh, and of course, CoffeeScript, to compile the files into JS)

About

License:GNU General Public License v3.0


Languages

Language:CoffeeScript 82.5%Language:HTML 17.5%