Bug 429124 - Exif 2.32 value names (labels) do not appear for timezone offset tags in EXIF Property panel
Summary: Exif 2.32 value names (labels) do not appear for timezone offset tags in EXIF...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Engine (show other bugs)
Version: 7.1.0
Platform: Microsoft Windows Microsoft Windows
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-15 00:33 UTC by José Oliver-Didier
Modified: 2022-01-07 05:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.3.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description José Oliver-Didier 2020-11-15 00:33:01 UTC
SUMMARY
Exif 2.32 Time Zone value names do not appear in the EXIF panel.

STEPS TO REPRODUCE
1. Obtain an image with Exif 2.32 TimeZone values (Example: Refer to attached image taken with a Pixel 3 Phone)
2. In digikam, view the EXIF properties panel under Photograph Information. 


OBSERVED RESULT
Exif time zone values appear, but the value names appear as:
0x9010
0x9011
0x9012

EXPECTED RESULT
Correct label names:
0x9010 should read OffsetTime
0x9011 should read OffsetTimeOriginal
0x9012 should read OffsetTimeDigitized

Ref: https://exiftool.org/TagNames/EXIF.html

SOFTWARE/OS VERSIONS
Windows: 10 (build 19042)
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 caulier.gilles 2020-11-16 06:48:37 UTC
The problem is due to missing implementation in libexiv2 which do not recognize yet these tags.

Please report this problem to Exiv2 team as an UPSTREAM bug.

https://github.com/Exiv2/exiv2/issues

Thanks in advance

Gilles Caulier
Comment 2 José Oliver-Didier 2020-11-17 21:04:06 UTC
Opened Exiv2 issue - https://github.com/Exiv2/exiv2/issues/1396
Comment 3 José Oliver-Didier 2020-11-18 00:10:27 UTC
Comment received from Exiv2 GitHub issues page: 

"It's currently being worked on. Probably be finished later this week on the 0.27-maintenance branch. #929 and #1389."
Comment 4 caulier.gilles 2021-04-04 04:11:46 UTC
digiKam 7.3.0 pre-release is now build with Exiv2 0.27.4:

https://files.kde.org/digikam/

This file still reproducible ?

Gilles Caulier
Comment 5 caulier.gilles 2021-04-24 10:40:19 UTC
Problem is not reproducible with DK 7.3.0 and Exiv2 0.27.4:

https://imgur.com/rVoel4S

Gilles Caulier