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 119732 - no warning when trying to save picture with layer masks in psd
no warning when trying to save picture with layer masks in psd
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other All
: Normal minor
: 2.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 109841
 
 
Reported: 2003-08-12 20:00 UTC by Ask Holme
Modified: 2003-11-15 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ask Holme 2003-08-12 20:00:20 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.
Comment 1 Raphaël Quinet 2003-08-13 09:31:01 UTC
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.
Comment 2 Michael Natterer 2003-11-15 16:53:10 UTC
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.