3 Cyril Hrubis <metan@ucw.cz>
8 Loads an image and saves it into 'out.png' png image.
14 ------------------------------------------------------------------
15 include::../demos/c_simple/loaders_example.c[]
16 ------------------------------------------------------------------
18 Example in C utilizing progress callback
19 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22 ------------------------------------------------------------------
23 include::../demos/c_simple/loaders.c[]
24 ------------------------------------------------------------------
26 Example in C using image meta-data interface
27 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 ------------------------------------------------------------------
31 include::../demos/c_simple/meta_data.c[]
32 ------------------------------------------------------------------
35 ------------------------------------------------------------------
36 include::../demos/c_simple/meta_data_dump.c[]
37 ------------------------------------------------------------------
43 ------------------------------------------------------------------
44 include::../demos/py_simple/loaders_example.py[]
45 ------------------------------------------------------------------
57 ------------------------------------------------------------------
58 include::../demos/c_simple/gfx_koch.c[]
59 ------------------------------------------------------------------
64 Symmetry filters (Rotation, Mirroring)
65 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 ------------------------------------------------------------------
72 include::../demos/c_simple/filters_symmetry.c[]
73 ------------------------------------------------------------------
79 ------------------------------------------------------------------
80 include::../demos/py_simple/rotate90.py[]
81 ------------------------------------------------------------------
83 Simple backend example
84 ----------------------
86 Basic backend code example. Initalizes backends, draws a cross and dumps
93 ------------------------------------------------------------------
94 include::../demos/c_simple/backend_example.c[]
95 ------------------------------------------------------------------
101 ------------------------------------------------------------------
102 include::../demos/py_simple/pygtk_example.py[]
103 ------------------------------------------------------------------