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

Add DJI makernotes, extract_thumbnail parameter #168

Closed pierotofy closed 2 years ago

pierotofy commented 2 years ago

Hello :hand:

This PR adds support for reading makernotes from DJI cameras.

I've also added a extract_thumbnail parameter to process_file, sometimes it might be useful to extract makernotes but one is not interested in extracting thumbnails, so it speeds up processing a little bit for this scenario (not sure this is the best approach here).

Hope this can be useful to others.