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
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.