rwcarlsen / goexif

Decode embedded EXIF meta data from image files.
BSD 2-Clause "Simplified" License
627 stars 134 forks source link

Continue on zero length tag value #40

Open op opened 9 years ago

op commented 9 years ago

Current behaviour is that if a zero length tag value is found, parsing is aborted and other tags will be ignored. Zero length tag values are now just ignored.