GNOME Bugzilla – Bug 332336
export - offer choice between merge visible and flatten
Last modified: 2008-01-15 13:05:39 UTC
When saving as TGA, the export dialog should have the choice between merging the visible layers (to preserve the alpha channel if there is one), or flatten the image (which removes the alpha channel). This applies when more than one layer is present.
This does not only affect the TGA export. That's why I asked you to open a new bug report for it. Changing the summary accordingly.
Created attachment 60012 [details] [review] patch to implement the suggested behaviour (untested)
I could try testing it, but it's a bunch of code rather than a DLL or EXE so I'm not able to test it myself and take note of any bugs. I use Windows XP Pro if that helps.
I have committed a somewhat improved version to the HEAD branch now. 2006-03-09 Sven Neumann <sven@gimp.org> * libgimp/gimpexport.c (gimp_export_image): offer the choice to Flatten or Merge Visible Layers (bug #332336).