dither 0.2.1

A ditherer for PNG images
dither-0.2.1 is not a library.
Visit the last successful build: dither-1.3.10

Dither

nspired by: http://www.tannerhelland.com/4660/dithering-eleven-algorithms-source-code/

License: MIT

usage

bash ither INPUT OUTPUT [-c] [-v] [--ditherer=floyd]

xample:

bash ither example.png color_atkinson_01.png -c -v

args

INPUT

he path to a PNG

OUTPUT

he path to write the output. this will create or truncate the file at the existing location, if necessary

'-c', --color

hether to dither in black and white (default) or color.

-d, --dither

he type of ditherer to use. Available options are

"floyd" (default, floyd-steinberg dithering) "atkinson", "stucki", "burkes",