sortphotos icon indicating copy to clipboard operation
sortphotos copied to clipboard

Dont require exiftool

Open jaakla opened this issue 5 years ago • 1 comments

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

jaakla avatar May 22 '19 08:05 jaakla

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.

jaakla avatar May 22 '19 08:05 jaakla