sortphotos
sortphotos copied to clipboard
Dont require exiftool
Instead of ExifTool binary can use more integrated python lib to find EXIF tags. Then no need to install Perl and another tool.
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
.