GNOME Bugzilla – Bug 95737
16-bit/color TIFF silently converted to 8-bit/color
Last modified: 2009-08-15 18:40:50 UTC
16-bits/color TIFF images are correctly imported but are silently converted to 8-bits/color. Sven Neumann says this type of behavior is a bug....
The plug-in should inform the user that information is lost due to the conversion to 8bit. Should be as trivial as adding a call to g_message() at the right spot.
Solved in current CVS: 2003-01-10 Maurits Rijk <lpeek.mrijk@consunet.nl> * plug-ins/common/tiff.c: trivial fix for #95737. Plug-in now displays a message when 16 bits per channel images are converted to 8 bits
Fixed in 1.2: 2003-05-12 Dave Neary <bolsh@gimp.org> * plug-ins/common/csource.c * plug-ins/common/jpeg.c * plug-ins/common/tiff.c: If no comment is set on a GimpImage when it arrives to be saved, don't attach one. Fixes bug #98490 and bug #98485 * plug-ins/common/tiff.c: Alert user to loss of precision when opening a 16 bit tiff. Backport of Maurits Rijk's fix for bug #95737
The fix is part of the stable release 1.2.4. Closing this bug.