mattburns / exiftool.js

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

I'm missing the last character in string tags #14

Closed dfries closed 9 years ago

dfries commented 9 years ago

I'm decoding images on the fly from the motion webcam program with some metadata encoded in the exif strings and the last character is lost when exiftool.js passes the object back. I've implemented a fix in pull request #13, same as the perl libimage-exiftool, I believe this also resolves the TODO hack for serial numbers.

mattburns commented 9 years ago

Thanks, you were right about it solving my hack :)