rank_photos icon indicating copy to clipboard operation
rank_photos copied to clipboard

Readme specifies that it handles .jpg images - Missing dependancy

Open sam-wan opened this issue 7 years ago • 4 comments

Readme specifies that the script can handle .jpg images.

Error comes up from Matplotlib ValueError: Only know how to handle extensions: [u'png']; with Pillow installed matplotlib can handle more images

Installing Pillow, allowed me to rank .jpg images

Recommend: Add Pillow to the list of dependancies, or modify code to only look for .png's

sam-wan avatar May 09 '17 14:05 sam-wan