Bug 148935 - digikam hotpixel tool can not read canon raw files
Summary: digikam hotpixel tool can not read canon raw files
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-HotPixels (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-17 16:52 UTC by Luke
Modified: 2020-08-07 13:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.9.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke 2007-08-17 16:52:10 UTC
Version:           0.9.2-final (using KDE 3.5.7, Kubuntu (gutsy) 4:3.5.7-1ubuntu13)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.20-16-generic

I'd like to be able to use the hot pixels plugin on my CRW files, but the plugin does not load CRW files for the black frame. This is a problem because the hot pixels are actually in a slightly different position and look very different between JPG and CRW, so I need to be able to load the actual CRW file as a black frame.
Comment 1 caulier.gilles 2007-08-17 19:37:25 UTC
This can be easy to do using libkdcraw. I will take a look about this problem...

Gilles Caulier
Comment 2 caulier.gilles 2008-03-25 23:22:01 UTC
SVN commit 790125 by cgilles:

digiKam from KDE3 branch : HotPixels Tool : support of RAW pictures as reference black frames.
BUG: 148935
TODO: KDE4PORT


 M  +1 -0      Makefile.am  
 M  +10 -3     blackframelistview.cpp  
 M  +3 -1      blackframelistview.h  
 M  +61 -62    blackframeparser.cpp  
 M  +25 -18    blackframeparser.h  
 M  +46 -24    imageeffect_hotpixels.cpp  
 M  +13 -6     imageeffect_hotpixels.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=790125
Comment 3 caulier.gilles 2008-03-26 08:26:04 UTC
SVN commit 790210 by cgilles:

digiKam from trunk : backport commit #790125 from KDE3 branch
CCBUGS: 148935


 M  +0 -1      CMakeLists.txt  
 M  +10 -3     blackframelistview.cpp  
 M  +3 -1      blackframelistview.h  
 M  +48 -53    blackframeparser.cpp  
 M  +19 -12    blackframeparser.h  
 M  +46 -17    imageeffect_hotpixels.cpp  
 M  +6 -0      imageeffect_hotpixels.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=790210