Trouble accessing exif information with PIL.Image._getexif()

前端 未结 1 771
情话喂你
情话喂你 2021-01-25 00:50

I am attempting to pull exif information from \'.nef\' files for the purposes of automatically sorting files into folders based on the retrieved data.

Based on my readin

相关标签:
1条回答
  • 2021-01-25 01:03

    It would appear that PIL is not an appropriate module for what I was trying to accomplish.

    I was able to achieve my ends (sorting items in a folder based on EXIF info) by using PyExifTool to extract EXIF info from nef files.

    0 讨论(0)
提交回复
热议问题