RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL 0.0.6

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL 0.0.6 Øyvind Kolås 08 Jan 01:00
  GEGL 0.0.6 Øyvind Kolås 08 Jan 10:28
Øyvind Kolås
2007-01-08 01:00:44 UTC (over 17 years ago)

GEGL 0.0.6

A new GEGL release a short time after the first, it should now build or be closer
to building on more systems. Work is underway to make it possible to use GEGL from both python and ruby. A preliminary ruby binding can be found at http://pippin.gimp.org/rgegl/.

What is GEGL? =============

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.

What's new in 0.0.6 ====================

- hit detection code - handling of relative/absolute path names for XML. - merged two classes to simplify code and trickery needed in bindings. - build fixes for Win32 and FreeBSD
- temporary disabled custom cairo in test application. - png and EXR improvements.

Contributors to this release: Dominik Ernst, Kevin Cozens, Micael Schumacher 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.10.tar.bz2 ftp://ftp.gimp.org/pub/gegl/0.0/gegl-0.0.6.tar.bz2 ftp://ftp.gimp.org/pub/glib/2.12/glib-2.12.6.tar.bz2

The integrity of the tarballs can be verified with:

sha1sum *.bz2 418fcea826b13dc4a383575edfc71d58f429c2f7 babl-0.0.10.tar.bz2 dd453eafda198f81b4ec8002fa263e601768209d gegl-0.0.6.tar.bz2 30cf64bc5c93d5fbba23ea00fb9270d29fb81f8d glib-2.12.6.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 --
«The future is already here. It's just not very evenly distributed» -- William Gibson http://pippin.gimp.org/ http://ffii.org/

Øyvind Kolås
2007-01-08 10:28:25 UTC (over 17 years ago)

GEGL 0.0.6

On 1/8/07, Øyvind Kolås wrote:

A new GEGL release a short time after the first, it should now build or be closer
to building on more systems. Work is underway to make it possible to use GEGL from both python and ruby. A preliminary ruby binding can be found at http://pippin.gimp.org/rgegl/.

Note: Do _NOT_ upgrade babl to 0.0.10 unless you are trying to make it build on Win32, since it contains a serious regression that should never have been let sneak into a released tarball.

/Øyvind K.