gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gimp-docs | yesterday 10:55 PM
    a new user perspective
  2. gimp-developer | yesterday 08:04 PM
    scanner support should be File->Acquire
  3. gegl-developer | yesterday 06:24 PM
    babl docs
  4. gimp-docs | yesterday 12:46 PM
    GIMP Manual
  5. gimp-user | yesterday 09:42 AM
    Bug

External news

Poll

How good are you at programming?

OMG, that is nothing for me at all!

I've been coding a little bit but I'm not very fit at it

I'm pretty good at programming and would maybe be able to write a Plug-In for GIMP

I'm very good at programming and I would theoretically be able to hack for the GIMP core

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GIMP developers

gegl-0.1.2

Jump to message:

  1. gegl-0.1.2 — Øyvind Kolås, 07 Feb 2010 05:04 PM
    1. gegl-0.1.2 — bgw, 07 Feb 2010 06:01 PM

As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.

Permalink:7bf6f2dc1002070804m4391ba75oeb36289ad...
Date:07 Feb 2010 05:04 PM
From:Øyvind Kolås
Subject:gegl-0.1.2
GEGL 0.1.2
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
GEGL (Generic Graphics Library) is a graph based image processing framework.

GEGL provides a graph based API and framework to do demand driven, cached, non
destructive image editing of larger than RAM images. Through babl it provides
support for a wide range of color models and pixel storage formats for input
and output.

To build gegl-0.1.2 you will also need babl-0.1.2

Changes in this release
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
• GeglLookup, configurable floating point lookup tables for lazy computation.
• Use GFileIOStream in GeglTileBackendFile.
• Optimizations: in-place processing for point filters/composers,
SIMD version of gegl:opacity, avoid making unneccesary sub-buffers,
removed some manual instrumentation from critical paths, improved
speed of samplers. In some cases with current GIMP this leads to a
doubling of the performance.
• Added xml composition/reference image based regression tests.
• Added performance tracking framework.
• Syntactic sugar using varargs for constructing gegl graphs from C.
• Build fixes on cygwin,
• Gegl# fixes.
• Initial, but unstable code towards multithreading.
• Improvements to lua op in workshop.
• Added new resamplers upsize, upsharp, upsmooth, downsize, downsharp and
downsmooth.
• Removed gegl:tonemap and gegl:normal ops.

This release of GEGL brought was brought to you by:
Martin Nordholts, Sven Neumann, Nils Philippsen, Adam Turcotte,
Danny Robson, Michael Schumacher, Ruben Vermeersch, Øyvind Kolås,
Javier Jardón, Yaakov Selkowitz and Michael Natterer, Kaja Liiv
and Eric Daoust.


Where to get GEGL
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
The latest versions of GEGL and it's hard dependencies babl and glib can be
fetched from:

ftp://ftp.gimp.org/pub/babl/0.1/babl-0.1.2.tar.bz2
ftp://ftp.gimp.org/pub/gegl/0.1/gegl-0.1.2.tar.bz2
ftp://ftp.gtk.org/pub/glib/2.20/glib-2.20.5.tar.bz2

The integrity of the tarballs can be verified with:

sha1sum *.bz2
1abe98b11e67737b6f74d6993d45046eec93bcda babl-0.1.0.tar.bz2
34b4a6be9e472324d6dd1233713a1f8851fcdc04 gegl-0.1.2.tar.bz2
19e2b2684d7bc35a73ff94eb7fd15fc70cc6f292 glib-2.20.5.tar.bz2

Where to get more information about GEGL
⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
More information about GEGL can be found at the GEGL website
--
«The future is already here. It's just not very evenly distributed»
-- William Gibson
http://pippin.gimp.org/ http://ffii.org/
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview
Permalink:4B6EF1FA.80207@ieee.org
Date:07 Feb 2010 06:01 PM
From:bgw
Subject:gegl-0.1.2
On 02/07/2010 08:04 AM, Øyvind Kolås wrote:
> <snip>
>
> ftp://ftp.gimp.org/pub/babl/0.1/babl-0.1.2.tar.bz2
> ftp://ftp.gimp.org/pub/gegl/0.1/gegl-0.1.2.tar.bz2
> ftp://ftp.gtk.org/pub/glib/2.20/glib-2.20.5.tar.bz2
>
> The integrity of the tarballs can be verified with:
>
> sha1sum *.bz2
> 1abe98b11e67737b6f74d6993d45046eec93bcda babl-0.1.0.tar.bz2
>
should be babl-0.1.2.tar.bz2 - sha1 sum is correct, tho

don't you just hate it when people get picky about these little typos?
> 34b4a6be9e472324d6dd1233713a1f8851fcdc04 gegl-0.1.2.tar.bz2
> 19e2b2684d7bc35a73ff94eb7fd15fc70cc6f292 glib-2.20.5.tar.bz2
>
> Where to get more information about GEGL
> ⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺⎺
> More information about GEGL can be found at the GEGL website
>
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
↑Back to thread overview

Adobe® Photoshop® is a registered trademark of Adobe Systems, Inc. Linux is a trademark of Linus Torvalds. Ubuntu and Canonical are registered trademarks of Canonical Ltd. | Clock times are shown as CET / CEST | Imprint / Privacy policy | powered by bitfire it services | sponsored by Hirners Hotel Guide