Summary: | Converting Canon CR2 images result in empty images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Erik Trædal <erik.traedal> |
Component: | BatchQueueManager-RAWProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bbroek02, caulier.gilles, lexa, tschenser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.2.0 | |
Sentry Crash Report: |
Description
Erik Trædal
2011-09-15 20:24:10 UTC
Yes, i confirm... *** Bug 282116 has been marked as a duplicate of this bug. *** Git commit ae78cef6b50a82007e2afef81a0326b3b5c50ee6 by Gilles Caulier. Committed on 16/09/2011 at 22:16. Pushed by cgilles into branch 'master'. do not use prefix operator with pointer. this doesn't work, at least with DNG converter. The result image is a black hole. BUGS: 282101 CCMAIL: andi.clemens@googlemail.com M +2 -2 libkdcraw/kdcraw.cpp http://commits.kde.org/libkdcraw/ae78cef6b50a82007e2afef81a0326b3b5c50ee6 Gilles, please remove the '*' operator too, it confuses possible code editors: *output++; // * is useless here and produces compiler warning change to output++; Git commit df908fc170246268d6a6a4a24a01aa8da5832577 by Gilles Caulier. Committed on 17/09/2011 at 09:10. Pushed by cgilles into branch 'master'. polish CCBUGS: 282101 M +2 -2 libkdcraw/kdcraw.cpp http://commits.kde.org/libkdcraw/df908fc170246268d6a6a4a24a01aa8da5832577 These changes seems to be in libkdcraw 4.7.1 already, why not import the new code? Yes, this patch must be backported to previous releases. Gilles Caulier |