tests: fix HTML-gen sh script (dash compatibility)
[gfxprim.git] / doc / example_py_showimage.txt
blob10e6e51c4e1dcb17be9c96f462eeca2273bd8f6f
1 Showimage
2 ---------
3 .A simple program to load and show image
5 [source,python]
6 ------------------------------------------------------------------
7 include::../demos/py_simple/showimage.py[]
8 ------------------------------------------------------------------