GNOME Bugzilla – Bug 119732
no warning when trying to save picture with layer masks in psd
Last modified: 2003-11-15 16:53:10 UTC
summary says most of it. If you have a picture containing layer masks and you save it in .psd gimp doesn't display a warning telling you that layer masks can't be saved in .psd. gimp simply leaves to user to think all went well, however next time you open the document the layer mask is gone. A warning would be good.
This is almost a duplicate of bug #109841, asking to support layer masks in PSD files. However, the fact that there is no warning before the loss of data makes this a real bug.
Fixed in CVS: 2003-11-15 Michael Natterer <mitch@gimp.org> * libgimp/gimpexport.[ch]: added new export capabilities GIMP_EXPORT_CAN_HANDLE_BITMAP and _CAN_HANDLE_LAYER_MASKS and export the image accordingly. Code cleanup. * plug-ins/common/xbm.c (run): replaced _CAN_HANDLE_INDEXED by _CAN_HANDLE_BITMAP. Fixes bug #65788. * plug-ins/common/psd_save.c (run): added export stuff so layer masks are applied before saving. Fixes bug #119732. * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl: link psd_save against GTK+ and libgimpui.