GEGL 0.0.22
???????????
GEGL (Generic Graphics Library) is a graph based image processing framework.
GEGL provides infrastructure to do demand driven, cached, non destructive image
editing of larger than RAM rasters. Through babl it provides support for a wide
range of color models and pixel storage formats for input and output.
This is a release introduces a feature freeze the current feature set
perhaps with some
features will become the basis for the first 0.1.0 release, the APIs
which will receive
some changes (removal of feature) is GeglPath, apart from that most of
the current API
seems to be sufficient for a quite wide range of uses. After the
introduction of
gegl_node_add_child and gegl_node_remove_child calls
gegl_node_adopt_child call might be removed. Please note that
documentation of unstable APIs is not complete.
Happy new year.
/pippin
Changes in this release
???????????????????????
• GeglOperation
• operation names are now prefixed, the ops in GEGL use 'gegl:' as prefix.
• gegl:opacity - combine value and aux mask input when both are available.
• gegl:src-in - deal correctly with extens.
• gegl:path - new op covering the stroke/fill needs of SVG.
• deprecated gegl:shift, the affine familiy of operations now
uses the same fast code paths for integer translations.
• GeglBuffer
• Profiling motivated speed ups in data reading/writing.
• Remove left-over swapfiles from dead processes at startup.
• GeglNode
• made gegl_node_add_child and gegl_node_remove_child public API. (#507298)
• GeglPath
Vector path representation infrastructure, supporting poly lines and beziers
by default, the infrastructure allows extensions from applications with
other curve types (smooth curves, spiro curves and others.).
The improvements in GEGL in this release brought to you by:
Hubert Figuiere, Sven Neumann, Øyvind Kolås, Michael Natterer,
Kevin Cozens, Sam Hocevar, Martin Nordholts, Manish Singh,
Étienne Bersac and Michael Schumacher.
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.22.tar.bz2
ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.22.tar.bz2
ftp://ftp.gtk.org/pub/glib/2.18/glib-2.18.1.tar.bz2
The integrity of the tarballs can be verified with:
sha1sum *.bz2
9de50fb5833f41691f50f6e735d6422aad52ea94 babl-0.0.22.tar.bz2
de684d4c8d9eaa9b7e283c55c5f779e5bdabee78 gegl-0.0.22.tar.bz2
d34a30cfccc8322dfe4198d26cf6bfc0210f141b glib-2.18.1.tar.bz2
Where to get more information about GEGL
????????????????????????????????????????
More information about GEGL can be found at the GEGL website
http://www.gegl.org/