doc: filters_python: Add rotation and symmetry filters.
[gfxprim/pasky.git] / doc / example_py_gfx.txt
blob2c8854da3af41132b3a20429998257c05484a26f
1 Gfx
2 ---
3 .A simple program to show how to use gfx
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/gfx.py[]
8 ------------------------------------------------------------------