After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 551232 - Saving an indexed image with multiple layers as PSD modifies the image without asking the user
Saving an indexed image with multiple layers as PSD modifies the image withou...
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
git master
Other All
: Normal normal
: 2.6
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-09-07 14:56 UTC by Dennis Ranke
Modified: 2008-09-08 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dennis Ranke 2008-09-07 14:56:28 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.
Comment 1 Sven Neumann 2008-09-08 20:44:03 UTC
The change from bug #551231 has been committed. Closing as FIXED.