rwcarlsen / goexif

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

packing all tagid's into same map results in overwrites #3

Closed rwcarlsen closed 11 years ago

rwcarlsen commented 11 years ago

In loadSubDir the sub IFD tag's have overlap and result in overwrites in the exif struct's global map[tagid]exifval map.