Re: [Gegl-developer] 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 <tmohr s netic de> 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?

<?xml version='1.0' encoding='UTF-8'?>
<gegl>
       <node operation='gegl:gaussian-blur'>
               <params>
                       <param name='std-dev-x'>0.999</param>
                       <param name='std-dev-y'>0.999</param>
               </params>
       </node>
       <node operation='gegl:load'>
               <params>
                       <param name='path'>../haus.png</param>
               </params>
       </node>
</gegl>


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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]