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
The 2 tags that I wanted out of this photo are "LensModel" (tag: 42036) and "SerialNumber" (tag: 42033). I have the "translateKeys" option on, but the aforementioned tags are not properly translated even though the tags are there. When I run this photo in my personal code this results in neither of these tags coming through.
This is what my call to Exifr looks like: let exif = await exifr.parse(file, { pick: ['LensModel', 'SerialNumber'] });
Thank you for your time!
The text was updated successfully, but these errors were encountered:
If you go to https://mutiny.cz/exifr/
and import this photo:
You will find this output:
The 2 tags that I wanted out of this photo are "LensModel" (tag:
42036
) and "SerialNumber" (tag:42033
). I have the "translateKeys" option on, but the aforementioned tags are not properly translated even though the tags are there. When I run this photo in my personal code this results in neither of these tags coming through.This is what my call to Exifr looks like:
let exif = await exifr.parse(file, { pick: ['LensModel', 'SerialNumber'] });
Thank you for your time!
The text was updated successfully, but these errors were encountered: