rwcarlsen / goexif

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

Add support for Apple iOS maker notes #62

Closed mostlygeek closed 5 years ago

mostlygeek commented 5 years ago

Add a parser for makernotes written by Apple iOS devices. I originally added this to extract the burst UUID values that iOS devices write to collect burst images together.

Note: Until this PR lands you can use this code to add apple makernote parsing right now.

mostlygeek commented 5 years ago

This PR is now broken and won't work correctly with goexif now due to changes in #60.