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
GIMP :)
___
gegl-developer-list mailing list
gegl-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gegl-developer-list
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
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
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
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
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