loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_py_dithering.txt
blob6b3fd9e3c206793ab1e297dd931cbdcd99041a21
1 Floyd-Steinberg Dithering
2 -------------------------
3 A simple program that loads image, dithers it and saves result.
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/dither.py[]
8 ------------------------------------------------------------------