andrewning / sortphotos

SortPhotos is a Python script that organizes photos and videos into folders using date/time information
1.05k stars 311 forks source link

Dont require exiftool #115

Open jaakla opened 5 years ago

jaakla commented 5 years ago

Instead of ExifTool binary can use more integrated python lib to find EXIF tags. Then no need to install Perl and another tool.

jaakla commented 5 years ago

For HEIC (newer iPhone images) support use preliminary exifread implementation here: https://github.com/ianare/exif-py/pull/89 . But you should download PR branch separately and put under your src folder as subfolder exifread.