ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
831 stars 191 forks source link

Fix endianess bug while reading DJI makernotes, add Make tag #169

Closed pierotofy closed 1 year ago

pierotofy commented 2 years ago

As the title says, while testing more images I found that some files use Motorola endian but DJI's makernotes always seem to be in Intel endian (like for Fujifilm makernotes).

This PR fixes that.