feat: some other exiv metadata for display

This commit is contained in:
Gary Wang
2020-11-17 00:08:07 +08:00
parent e97dfe3a10
commit 13de9bdc4c
5 changed files with 272 additions and 31 deletions

View File

@ -30,6 +30,7 @@ void Exiv2Wrapper::cacheSection(Collection collection)
Iterator it = exifData.begin(), end = exifData.end();
for (; it != end; ++it) {
QString key = QString::fromUtf8(it->key().c_str());
if (it->tagName().substr(0, 2) == "0x") continue;
QString label = QString::fromLocal8Bit(it->tagLabel().c_str());
std::ostringstream stream;
stream << *it;