Closed andreasqueri closed 8 years ago
Thanks for the report. For future reference this seems to relate to: http://stackoverflow.com/questions/19230991/image-open-cannot-identify-image-file-python
Would you like to submit a pull request to fix this?
No problems with merge, so closing
On my system if yuo import the Image module with "import Image" fail when it try to open image in the shrink function at line "im = Image.open(path)". Else if you import the module with "from PIL import Image" it works. This is an example: