gomfunkel / node-exif

A node.js library to extract Exif metadata from images.
MIT License
581 stars 104 forks source link

Reading Flash status #72

Open Buzut opened 7 years ago

Buzut commented 7 years ago

I'm seeing values such as 24, 25 etc when reading EXIF Flash value. I infer it's decimal values. Maybe it should be precised somewhere because specification refers only to hex values.

https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html#Flash https://stackoverflow.com/a/7077268/1717735