Summary: | LZW compressed TIFFs from RawTherapee are won't display | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michal Thoma <michal> |
Component: | Plugin-DImg-TIFF | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.4.0 | |
Sentry Crash Report: |
Description
Michal Thoma
2010-06-11 13:20:59 UTC
Where is TIFF file to test ? Gilles Caulier This also happens for LZW compressed grayscale tiffs created by irfanview (win): digikam(8409)/digikam (core) Digikam::TIFFLoader::load: Can not handle image without RGB color-space: 3 digikam(8409)/digikam (core) Digikam::TIFFLoader::load: Can not handle image without RGB color-space: 3 http://disc.semipol.de/2010_06-17.tif SVN commit 1137991 by jwienke: Also enable tiffs with palette. Could not find any problems with a quick test. Please test that this solves the original issue. CCBUGS: 241418 M +2 -1 tiffloader.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1137991 Oh, here is the sample image for this issue: http://michal.thoma.cz/digikam/lzwtiff8.tif (RawTherape LZW compressed 8 bit RGB tiff) I'm bit shocked that it's not here, I thought I uploaded that days ago... When looking at error console it states: digikam(28314)/digikam (core) Digikam::TIFFLoader::load: TIFF loader: Cannot handle non-stripped images. Loading file "/home/michal/Fotoarchiv/Temp/lzwtiff8.tif" So I believe it's not same issue as with grayscale lzw images. I have no idea what is stripped or nonstripped TIFF. |