loaders: PNG: Handle gamma on 16bpp conversion
[gfxprim.git] / doc / example_py_convolution.txt
blob58ee9503a81df478b8cfab0ebe05be821f796299
1 Box Blur Convolution
2 --------------------
3 A simple program that loads image, blurs it and saves result.
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/convolution.py[]
8 ------------------------------------------------------------------