[Kde-imaging] [Bug 181853] entring new xmp meta data removes old one from the image file
Andreas Huggel
ahuggel at gmx.net
Thu Jan 29 14:56:29 CET 2009
http://bugs.kde.org/show_bug.cgi?id=181853
--- Comment #21 from Andreas Huggel <ahuggel gmx net> 2009-01-29 14:56:28 ---
To confirm that such a language property is actually there, maybe it helps to
print all XmpData properties at the beginning of XmpParser::encode in xmp.cpp,
something like this:
// Output XMP properties
for (Exiv2::XmpData::const_iterator md = xmpData.begin();
md != xmpData.end(); ++md) {
std::cerr << std::setfill(' ') << std::left
<< std::setw(44)
<< md->key() << " "
<< std::setw(9) << std::setfill(' ') << std::left
<< md->typeName() << " "
<< std::dec << std::setw(3)
<< std::setfill(' ') << std::right
<< md->count() << " "
<< std::dec << md->value()
<< std::endl;
}
--
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 Kde-imaging
mailing list