facebook-data-image-exif
facebook-data-image-exif copied to clipboard
Don't setup exiftool until in the task thread
Right now the UI thread builds the exiftool for use passing it into the task.
This is bad and can lead to a second of frozen UI before loading the task UI. The task should do this heavy lifting in its own thread...