[Digikam-devel] [Bug 180065] digikam image download from memorycard problems
Gilles Caulier
caulier.gilles at gmail.com
Sat Jan 31 09:53:18 GMT 2009
http://bugs.kde.org/show_bug.cgi?id=180065
--- Comment #27 from Gilles Caulier <caulier gilles gmail com> 2009-01-31 10:53:17 ---
Marcel,
Look in code:
http://lxr.kde.org/source/extragear/graphics/digikam/utilities/cameragui/cameracontroller.cpp#523
This is camera controller code which play with image metadata. we call
DMetadata::applyChanges() which call Kexiv2:save(). In this method we test if
Raw files is supported :
http://lxr.kde.org/source/KDE/kdegraphics/libs/libkexiv2/libkexiv2/kexiv2.cpp#308
So in case of ARW, nothing must be changed in metadata.
Note : we can test if it's really a JPEG file in camera controller before to
play with DMetadata.
Marcus,
Can you give the console trace when an ARW file is downloaded (and touched of
course)
Gilles Caulier
--
Configure bugmail: http://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