[Digikam-devel] [Bug 192461] 16-bit TIFF render as 3x3 black & white mosaic
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sat Jul 25 14:40:20 BST 2009
https://bugs.kde.org/show_bug.cgi?id=192461
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcel.wiesweg at gmx.de
--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-07-25 15:40:12 ---
The given image has a separate planar configuration (TIFFTAG_PLANARCONFIG ==
PLANARCONFIG_SEPARATE) and is 16bit. For loading 16bit we cannot use libtiff's
convenience methods but use TIFFReadEncodedStrip directly.
Currently we do not support this type of image, I am not quite sure what is the
right way to interpret such tiles.
I found this
http://www.gnu-darwin.org/www001/ports-1.5a-CURRENT/graphics/xpaint/work/xpaint-2.7.8.1/rw/readTIFF.c
file as an example but they read row-by-row and 8bit data. We read
strip-by-strip and 16bit.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list