exifr icon indicating copy to clipboard operation
exifr copied to clipboard

Missing some tag data

Open jdcoldsmith opened this issue 2 years ago • 1 comments

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!

jdcoldsmith avatar Feb 15 '23 15:02 jdcoldsmith

same with you

LuckyArdhika avatar Mar 06 '23 07:03 LuckyArdhika