[Gegl-developer] Multiple Auxiliary Inputs Operation

2008-08-28 Thread Ferran Basora
Hello, I have recently seen changes added by Luidnel Maignan, allowing to create operations with 2 auxiliary inputs. I was wondering about the possibility of creating a generic gegl-operation-composer that allows a undetermined number of auxiliary inputs. I am thinking of several scenarios in

[Gegl-developer] GEGL XML library

2008-05-27 Thread Ferran Basora
Hello, I have been watching the code about reading and generation of XML in GEGL. I think it is obsolete and pour extensible. I propose migrate it and use a library specialized in XML, like libxml2. We could also define a XSD to determine the structure of these files. We could do better tests

[Gegl-developer] Split Result?

2008-01-30 Thread Ferran Basora
Hi, I am creating a gegl operation but my result is being splitted in two parts. Anyone knows the reason? Thanks for your answers. Best regards ___ Gegl-developer mailing list Gegl-developer@lists.XCF.Berkeley.EDU

Re: [Gegl-developer] Split Result?

2008-01-30 Thread Ferran Basora
Sorry, the operation that I am creating renders a simple gradient from 0 to image width but in the middle of the image ends the gradient and starts again to the end of the image. I don't understand the reason. Thanks On Jan 30, 2008 10:14 PM, Kevin Cozens [EMAIL PROTECTED] wrote: Ferran