Re: [Gimp-developer] API proposal for libgimp export dialog

2009-07-18 Thread Martin Nordholts
Hi again, This is what we ended up in the last discussion. Anyone have some final comments or objections before I push this to master and port plug-ins to use this? / Martin /** * gimp_export_prepare_image: * @image_ID: Pointer to the image_ID. * @drawable_ID: Pointer to the

Re: [Gimp-developer] API proposal for libgimp export dialog

2009-07-18 Thread Sven Neumann
Hi, On Sat, 2009-07-18 at 15:02 +0200, Martin Nordholts wrote: This is what we ended up in the last discussion. Anyone have some final comments or objections before I push this to master and port plug-ins to use this? I wonder how much sense it makes to actually create a duplicate image.

Re: [Gimp-developer] API proposal for libgimp export dialog

2009-07-18 Thread Martin Nordholts
On 07/18/2009 06:53 PM, Sven Neumann wrote: Hi, On Sat, 2009-07-18 at 15:02 +0200, Martin Nordholts wrote: This is what we ended up in the last discussion. Anyone have some final comments or objections before I push this to master and port plug-ins to use this? I wonder how much sense it

Re: [Gimp-developer] API proposal for libgimp export dialog

2009-07-18 Thread Sven Neumann
Hi, On Sat, 2009-07-18 at 19:10 +0200, Martin Nordholts wrote: I wonder how much sense it makes to actually create a duplicate image. Most export plug-ins will want to save what's visible. So it would be better if we would use this chance to get away from the copy-image-on-export

Re: [Gimp-developer] [Gegl-developer] GEGL-0.1.0

2009-07-18 Thread David Evans
Sven Neumann wrote: Note to all users of GIMP 2.6: The gimp-2.6 releases that we have done so far will not work with GEGL 0.1.0 (or babl 0.1.0). This is not because GEGL would be incompatible, but rather because of a stupid bug in the run-time version check. This is fixed in git and we plan to