[Kde-imaging] [Bug 204437] DNGConverter turns olympus ORF unusable
Gilles Caulier
caulier.gilles at gmail.com
Thu Sep 3 13:58:20 CEST 2009
https://bugs.kde.org/show_bug.cgi?id=204437
--- Comment #37 from Gilles Caulier <caulier gilles gmail com> 2009-09-03 13:58:15 ---
Andreas,
To simulate #23, I have just set this code after DNG file creation :
// See B.K.O #204437 : remove Olympus black level makernote tag.
meta.load(dngFilePath);
meta.setWriteRawFiles(true);
bool b = meta.removeExifTag("Exif.OlympusIp.BlackLevel", false);
kDebug() << "Exif.OlympusIp.BlackLevel found = " << b;
meta.applyChanges();
... tag is found but never removed. Tag in makernote still there.
Code to remove Exif tag is similar that actions.cpp code from Exiv2 :
http://lxr.kde.org/source/KDE/kdegraphics/libs/libkexiv2/libkexiv2/kexiv2exif.cpp#303
Note : line #318 is removed here.
Gilles Caulier
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kde-imaging
mailing list