Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing some tag data #106

Open
jdcoldsmith opened this issue Feb 15, 2023 · 1 comment
Open

Missing some tag data #106

jdcoldsmith opened this issue Feb 15, 2023 · 1 comment

Comments

@jdcoldsmith
Copy link

jdcoldsmith commented Feb 15, 2023

If you go to https://mutiny.cz/exifr/
and import this photo:
172404293 6LFKN8xb Monopismonachella

You will find this output:
image

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!

@LuckyArdhika
Copy link

same with you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants