4 Loads an image and saves it into 'out.png' png image.
10 ------------------------------------------------------------------
11 include::../demos/c_simple/loaders_example.c[]
12 ------------------------------------------------------------------
14 Example in C utilizing progress callback
15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 ------------------------------------------------------------------
19 include::../demos/c_simple/loaders.c[]
20 ------------------------------------------------------------------
22 Example in C using image meta-data interface
23 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26 ------------------------------------------------------------------
27 include::../demos/c_simple/meta_data.c[]
28 ------------------------------------------------------------------
31 ------------------------------------------------------------------
32 include::../demos/c_simple/meta_data_dump.c[]
33 ------------------------------------------------------------------
39 ------------------------------------------------------------------
40 include::../demos/py_simple/loaders_example.py[]
41 ------------------------------------------------------------------
53 ------------------------------------------------------------------
54 include::../demos/c_simple/gfx_koch.c[]
55 ------------------------------------------------------------------
60 Symmetry filters (Rotation, Mirroring)
61 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67 ------------------------------------------------------------------
68 include::../demos/c_simple/filters_symmetry.c[]
69 ------------------------------------------------------------------
75 ------------------------------------------------------------------
76 include::../demos/py_simple/rotate90.py[]
77 ------------------------------------------------------------------
79 Simple backend example
80 ----------------------
82 Basic backend code example. Initalizes backends, draws a cross and dumps
89 ------------------------------------------------------------------
90 include::../demos/c_simple/backend_example.c[]
91 ------------------------------------------------------------------
94 ------------------------------------------------------------------
95 include::../demos/c_simple/showimage.c[]
96 ------------------------------------------------------------------
101 Simple C source that saves JPEG images from V4L2 device (web camera).
104 ------------------------------------------------------------------
105 include::../demos/c_simple/v4l2_grab.c[]
106 ------------------------------------------------------------------
108 Simple C source that shows filters interactively on image stream from a
112 ------------------------------------------------------------------
113 include::../demos/c_simple/v4l2_show.c[]
114 ------------------------------------------------------------------
120 ------------------------------------------------------------------
121 include::../demos/py_simple/pygtk_example.py[]
122 ------------------------------------------------------------------