Revision 715970
Go back to digest for 30th September 2007Features in Graphics
Gilles Caulier committed changes in /trunk/extragear/libs/kipi-plugins/common/libkipiplugins/kpwriteimage.cpp:
Marcel, libtiff is very sensible to data type to store in tiff tags. This is why 16 bits color depth is broken in kipi-plugin tiff writer implementation.
I have found this difference with digiKam Dimg::TiffLoader implementation: the width and height value need to be casted from int to uint32 to have a fine tiff encoding.
This is really a weird side effect from libtiff...
So now, kipi-plugins RawConverter is able to export RAW to TIFF in 16 bits color depth.
File Changes
Modified 1 files
- /trunk/extragear/libs/kipi-plugins/common/libkipiplugins/kpwriteimage.cpp
1 files changed in total