rwcarlsen / goexif

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

support pulling the thumbnail #16

Closed jtolio closed 10 years ago

jtolio commented 10 years ago

the app1 section already has a thumbnail in it sometimes.

it would be cool to let people access it?

rwcarlsen commented 10 years ago

I changed the field names to be Thumb[exif-spec-tag-name] - preferring to keep things closer to the spec and allowing for later addition of other thumb-related fields under the same prefix. Other than that, looks good - thanks!

I rebased, made a few tweaks, and merged. See commit fa6df12.

jtolio commented 10 years ago

awesome, thanks