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

XML examples?

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.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

XML examples? Torsten Mohr 25 Jan 20:30
  XML examples? Nicolas Robidoux 25 Jan 21:17
  XML examples? Ville Sokk 26 Jan 17:06
Torsten Mohr
2013-01-25 20:30:31 UTC (about 12 years ago)

XML examples?

Hello,

sorry if this is off-topic here, i want to use gegl as command-line with XML graphs to process images.

Googling for "gegl xml examples" i only found ONE example, i can't imagine that there isn't more available.

Or is there some general description on how to use the gegl operators in XML?

In the attached example (that works fine) it is not clear to me why first the blur is mentioned and then the load. Is there documentation available about this?



0.999
0.999




../haus.png

Thanks for any hints,
Torsten.

Nicolas Robidoux
2013-01-25 21:17:59 UTC (about 12 years ago)

XML examples?

Torsten:

Go to the tests folder in the gegl source tree: http://git.gnome.org/browse/gegl/tree/tests

On Fri, Jan 25, 2013 at 3:30 PM, Torsten Mohr wrote:

Hello,

sorry if this is off-topic here, i want to use gegl as command-line with XML
graphs to process images.

Googling for "gegl xml examples" i only found ONE example, i can't imagine that there isn't more available.

Or is there some general description on how to use the gegl operators in XML?

In the attached example (that works fine) it is not clear to me why first the
blur is mentioned and then the load. Is there documentation available about
this?



0.999
0.999




../haus.png

Thanks for any hints,
Torsten.

_______________________________________________ gegl-developer-list mailing list
gegl-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gegl-developer-list

Nicolas Robidoux
Image processing and applied mathematics consultant
https://www.ohloh.net/accounts/NicolasRobidoux
http://river-valley.tv/better-and-faster-image-resizing-and-resampling
http://www.imagemagick.org/Usage/filter/nicolas
Ville Sokk
2013-01-26 17:06:14 UTC (about 12 years ago)

XML examples?

On Fri, Jan 25, 2013 at 10:30 PM, Torsten Mohr wrote:

Hello,

sorry if this is off-topic here, i want to use gegl as command-line with XML graphs to process images.

Googling for "gegl xml examples" i only found ONE example, i can't imagine that there isn't more available.

Or is there some general description on how to use the gegl operators in XML?

In the attached example (that works fine) it is not clear to me why first the blur is mentioned and then the load. Is there documentation available about this?



0.999
0.999




../haus.png

Thanks for any hints,
Torsten.

Operations are connected from bottom up. So the image goes from load to blur. The output of a nested operation is connected to its parent's aux. There will probably be a new xml format in the future (Bat'O worked on it but hasn't finished it).