Floyd-Steinberg Dithering
-------------------------
A simple program that loads image, dithers it and saves result.

[source,python]
------------------------------------------------------------------
include::../demos/py_simple/dither.py[]
------------------------------------------------------------------
