GEGL 0.0.14
???????????
GEGL is a graph based image processing framework offering non-destructive image
processing and compositing on large images. GEGL is suitable for projects
ranging from small one-off projects to interactive applications.
Changes in this release
???????????????????????
• Relicensed under LGPLv3+.
• Per node caches (faster recomputation when properties of nodes in
composition change)
• Sampler framwork for interpolation.
• Modified API for retrieving scaled buffers gegl_node_blit / gegl_buffer_get.
• Renamed XML serialization and parsing API to be descendants of GeglNode.
• Progress monitoring for GeglProcessor
• New operation base class GeglOperationAreaFilter
• API reference installed and browsable using devhelp.
• New operations: ff-load, mono-mixer, contrast-curve, save-pixbuf,
compositing ops from SVG-1.2 draft, value-invert, convert-format,
bilateral-filter, snn-mean
A new release of babl is also available, GEGL will work with
babl-0.0.12 as well, but the
constant overhead per conversion performed by babl has been
significantly reduced in
0.0.14 and thus it is recommended that this version is used.
This release made possible with contributions from:
Étienne Bersac, Kevin Cozens, Manish Singh, Mark Probst, Martin Nordholts,
Michael Schumacher, Mukund Sivaraman, Shlomi Fish, Tor Lillqvist and
Øyvind Kolås
Where to get GEGL
?????????????????
GEGL and it's dependencies babl and glib can be fetched from:
ftp://ftp.gimp.org/pub/babl/0.0/babl-0.0.16.tar.bz2
ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.14.tar.bz2
ftp://ftp.gimp.org/pub/glib/2.12/glib-2.14.4.tar.bz2
The integrity of the tarballs can be verified with:
sha1sum *.bz2
68f03e6d1810b9319c48691b4793103669219957 babl-0.0.16.tar.bz2
6bf6ddd6f85061e2c156ec526306c6c23504db5e gegl-0.0.14.tar.bz2
29f5d74ab83c36f98e86f560b993fce5ac60dedf glib-2.14.4.tar.bz2
Where to get more information about GEGL
????????????????????????????????????????
Information about GEGL can be found at the GEGL website http://www.gegl.org/
/Øyvind Kolås