Summary: | DNGConverter produces black files (Canon 5D mkII) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | krzysztof pijarski <kpijarski> |
Component: | Plugin-Bqm-DngConverter | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, lexa, tschenser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: |
eos5d CR2 converted with last libkdcraw from trunk
EOS5S open in image editor Raw Import tool |
Description
krzysztof pijarski
2010-06-04 18:48:43 UTC
SVN commit 1135045 by jmueller: disable encoding of full sensor image for canon as it causes problems with some models BUGS: 240749 M +2 -1 NEWS M +5 -4 dngconverter/dngwriter/dngwriter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1135045 *** Bug 240750 has been marked as a duplicate of this bug. *** Dear Jens, Thanks for looking into this matter! I have just recompiled and now the inages come out pink and are impossible to white balance properly... have a look: http://dl.dropbox.com/u/544347/_MG_2749.dng Thanks! Krzysztof Created attachment 47763 [details]
eos5d CR2 converted with last libkdcraw from trunk
I confirm that problem is reproducible with last libkdcraw + libraw from trunk
Could this be the last libraw update? I tested with old libraw 0.9.1 (everything is looking normal), update only libkdcraw (internal libraw 0.10beta1), recompile and see also the red tint - but for all canon raws. When I go back to libraw 0.9.1 everything is fine again. Alex, look this thread ? Gilles Dear Jens, I think your right, I tried my canon 20D files and since the last compilation the also come out pink. Created attachment 47805 [details]
EOS5S open in image editor Raw Import tool
There is no red tint when CR2 file is open in digiKam image editor
Gilles Caulier
I've made quick check with 5D MkII file, it looks normal with LibRaw's dcraw_emu. Have you *full rebuild* all binaries uses libraw/libraw*h ? The internal data structures size has changed, so you need to full cleand and recompile. Libraw inline processing of canon files is fine with the new version (0.10beta1), but pure raw data extraction is faulty since then (all canon raws get this red tint). Jens, is it possible to reproduce the problem using only LibRaw samples? Don't want to build entire KDE structure to reproduce the problem. The problem may be by new black level processing code (4-channel separate black levels). |