rwcarlsen / goexif

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

Doc fix, bug fix, add CR2 support. #14

Closed wathiede closed 10 years ago

wathiede commented 10 years ago

These are changes that came up while working on camlistore. Hopefully you find them useful.

CR2 is tiff-like, so we can just skip the header stripping and everything works. Check it out with the Canon files (only CR2 work, not CRW) at http://www.rawsamples.ch/index_en.php

rwcarlsen commented 10 years ago

Looks great guys - thanks!

mpl commented 10 years ago

Sorry that we "dirtied" a bit your git history. Us contributing back was a bit more painful than previously as we lagged behind your updates...