On Fri, 2007-03-23 at 17:46 +0200, Aurimas Juška wrote: > On 3/23/07, Michael Natterer <[EMAIL PROTECTED]> wrote: > > I could imagine just another "copy <whatever>" function that does > > this. You could then simply paste the buffer as new image and > > save it. An in-core pixbuf wouldn't help you anyway, you want the > > pixels in a file anyway to be able to use them. > > We don't understand each other. I want in-memory GdkPixbuf (not > files). I want to know how I could hack a function in my plugin that > does this.
I think we do understand each other :) The new function i propose would be PDB-accessible and you could simply get the buffer and put it into a pixbuf. A GIMP-internal pixbuf doesn't help unless you want to maintain a hacked GIMP version which includes your changes. ciao, --mitch _______________________________________________ Gimp-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer
