mattburns / exiftool.js

A pure javascript implementation of exiftool
MIT License
64 stars 13 forks source link

duplicate declaration in EXIF.TiffTags 0x0132 #36

Closed vsimko closed 6 years ago

vsimko commented 6 years ago

https://github.com/mattburns/exiftool.js/blob/24361008c35ab8434fc21e017687a9e76e0ed3b4/exiftool.js#L479-L484

mattburns commented 6 years ago

Page 28 of the Exif spec calls it File change date and time - DateTime which is a pretty poor name. Exiftool (and therefore basically every piece of software) calls it ModifyDate which I think is a better name anyway. See https://sno.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html

I suggest we remove the DateTime line.