bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
30 stars 29 forks source link

add time offset tag names #28

Closed cachapa closed 2 years ago

cachapa commented 2 years ago

Exif 2.31 introduced time offset tags: https://en.wikipedia.org/wiki/Exif#Technical_2

This patch adds human-readable tag names according to https://www.exiv2.org/tags.html

cachapa commented 2 years ago

Not sure why the tests failed. It seems to be a configuration issue with the chrome tests.

bigflood commented 2 years ago

@cachapa it was related to old package versions.
it is fixed now.

bigflood commented 2 years ago

@cachapa thanks