You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exif-rs provides the tag number but no way to get the tag name.
At present, the best path forward I can see as a user is to scape the EXIF tags at https://exiftool.org/TagNames/EXIF.html and create a lookup that I store as a const or lazy static in my crate.
It would be great if there were a better way to get the tag name.
The text was updated successfully, but these errors were encountered:
exif-rs
provides the tag number but no way to get the tag name.At present, the best path forward I can see as a user is to scape the EXIF tags at https://exiftool.org/TagNames/EXIF.html and create a lookup that I store as a const or lazy static in my crate.
It would be great if there were a better way to get the tag name.
The text was updated successfully, but these errors were encountered: