[Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
hello, I am having trouble to save gegl operations to repeat them later. I think, that gegl_node_to_xml is the operation I am looking for, but this can be wrong. I wrote this small program: #include stdio.h #include gegl.h gint main (gint argc, gchar **argv) { GeglNode *gegl,

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
Am 28.08.2011 12:40, schrieb Jon Nordby: On 28 August 2011 10:34, Joerg Beyer j.be...@web.de wrote: hello, I am having trouble to save gegl operations to repeat them later. I think, that gegl_node_to_xml is the operation I am looking for, but this can be wrong. I wrote this small program:

[Gegl-developer] [Newbie] A few more questions

2011-08-28 Thread Thomas Baruchel
On Sun, 28 Aug 2011, Jon Nordby wrote: Using path = - on a load operation is meant to work for this purpose. If it does not, that is a regression and is worth a bug report. Thank you for your very quick answer. I have some other questions. First, I couldn't manage to get it work with the

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Jon Nordby
On 28 August 2011 13:36, Joerg Beyer j.be...@web.de wrote: Am 28.08.2011 12:40, schrieb Jon Nordby: On 28 August 2011 10:34, Joerg Beyer j.be...@web.de wrote: hello, I am having trouble to save gegl operations to repeat them later. I think, that gegl_node_to_xml is the operation I am looking

Re: [Gegl-developer] having trouble with gegl_node_to_xml

2011-08-28 Thread Joerg Beyer
Am 28.08.2011 13:59, schrieb Jon Nordby: On 28 August 2011 13:36, Joerg Beyer j.be...@web.de wrote: Am 28.08.2011 12:40, schrieb Jon Nordby: On 28 August 2011 10:34, Joerg Beyer j.be...@web.de wrote: hello, I am having trouble to save gegl operations to repeat them later. I think, that