Re: [Gegl-developer] Using Gegl from gui

2013-09-18 Thread Daniel Sabo
Generally it's easier to rebuild the graph rather than taking it apart to make changes. If you have layers made of several nodes you can use proxy pads to keep track of those subgraphs and still be able to discard the main graph. Gimp generally operates by building and retaining a graph for each l

Re: [Gegl-developer] Using Gegl from gui

2013-09-18 Thread Victor Oliveira
A (much) more simple example (by Jon Nordby) is https://git.gnome.org/browse/gegl-qt/. On Wed, Sep 18, 2013 at 7:45 AM, Nicolas Robidoux wrote: > GIMP :) > > ___ > gegl-developer-list mailing list > gegl-developer-list@gnome.org > https://mail.gnome.org

Re: [Gegl-developer] Using Gegl from gui

2013-09-18 Thread Nicolas Robidoux
GIMP :) ___ gegl-developer-list mailing list gegl-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gegl-developer-list

[Gegl-developer] Using Gegl from gui

2013-09-18 Thread Matúš Fedorko
Hi, I would like to ask, whether there exist any examples of using Gegl from gui ? All I found so far were one purpose command line applications, that built up a single Gegl graph, without needing to alter it at a later time. What is the preferred approach ? 1) To assemble the graph (add/remove/m