[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

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

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

[Gegl-developer] Pls remove me from mailing list

2013-09-18 Thread Alok Mishra
Pls. remove me from mailing list as I am working on new technology. Pardon me but now I am not interested in these topics. Pls. do it asap. Best regards, Alok ___ gegl-developer-list mailing list gegl-developer-list@gnome.org https://mail.gnome.org/mailm

Re: [Gegl-developer] Pls remove me from mailing list

2013-09-18 Thread Alexandre Prokoudine
On Wed, Sep 18, 2013 at 8:50 PM, Alok Mishra wrote: > Pls. remove me from mailing list as I am working on new technology. Pardon > me but now I am not interested in these topics. Pls. do it asap. This link in the bottom of every mail is where you can unsubscribe yourself. Even ASAP, if that's wha

Re: [Gegl-developer] Pls remove me from mailing list

2013-09-18 Thread Michael Schumacher
I'll change the footer text to the gimp-dev/user format. Any other settings that should be copied, e.g html dropping? -- Regards, Michael ___ gegl-developer-list mailing list gegl-developer-list@gnome.org https://mail.gnome.org/mailman/listinfo/gegl-d

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