loaders: PNG: Handle gamma on 16bpp conversion
[gfxprim.git] / doc / example_showimage.txt
blobb3633533f478d370598484f463cdb9f9fd421d0a
1 Showimage
2 ---------
3 A simple example that loads an image and shows it in X11 window.
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/showimage.c[]
8 ------------------------------------------------------------------