GNOME Bugzilla – Bug 551232
Saving an indexed image with multiple layers as PSD modifies the image without asking the user
Last modified: 2008-09-08 20:44:03 UTC
Please describe the problem: The PSD file format doesn't support layers in indexed images. The export code flattens the image in place without asking the user for permission, instead of flattening a copy of the image. Steps to reproduce: 1. Create an indexed image with two or more layers 2. Save it as PSD Actual results: The image is flattened into one layer. Expected results: The image is not modified. Does this happen every time? Yes Other information: My patch to bug #551231 (No transparency data is saved in the image data section of PSD files) has the side effect of fixing this one as well.
The change from bug #551231 has been committed. Closing as FIXED.