Re: [Gimp-developer] Extending GIMP Plugins

2007-08-21 Thread Amit Kumar Saha
Hello Michael, On 8/21/07, Michael Schumacher [EMAIL PROTECTED] wrote: Von: Amit Kumar Saha [EMAIL PROTECTED] Should it be more easy than writing e.g. a plug-in in Python? Yes. I am basically targeting end-users of GIMP,mainly GIMP. So learning Python for them might be not the best option

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-21 Thread Amit Kumar Saha
? The other scripting language plug-ins for GIMP also have ways to extend the base language. The hooks used to allow scripts to tie in to GIMP use them. Please explain that in more details. Thanks a lot -- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-22 Thread Amit Kumar Saha
selects a particular operation, the corresponding API function is called. This is of course an assumption to simplify the thought process. Am i thinking in a way that could possibly be implemented? or is the word extensible remotely applicable to my idea? Waiting for your comments! -- Amit Kumar

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-22 Thread Amit Kumar Saha
Hello Kevin, On 8/23/07, Kevin Cozens [EMAIL PROTECTED] wrote: That looks similar to the types of things one can do with GEGL which is due to be integrated in to GIMP after the 2.4 release. I shall have a look at GEGL. Thanks -- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-25 Thread Amit Kumar Saha
returned this tutorial with screenshots of the old X11 version that I used: http://www.cse.psu.edu/~cg585/cantata-over.html The link is dead.Any chance you have some docs with you? Regards -- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-25 Thread Amit Kumar Saha
it was, but more information is desired. Regards -- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-25 Thread Amit Kumar Saha
the operations? What about error checking? What operations are supported? 2. Can I work with the individual pixels of an Image using GEGL? Say I want GEGL to work with only certain range of pixels of my Image, is it possible? Thanks , -- Amit Kumar Saha [URL]:http://amitsaha.in.googlepages.com

Re: [Gimp-developer] Extending GIMP Plugins

2007-08-27 Thread Amit Kumar Saha
code which takes in a XML file specification of the operations and performs the image processing tasks using GEGEL? 2. Can I assume safely that most of the image processing operations are applying the same operation to each pixel of the image? Thanks -- Amit Kumar Saha [URL]:http