mikeboers / Flask-Images

On-demand resizing of images for Flask applications.
https://mikeboers.github.io/Flask-Images/
BSD 3-Clause "New" or "Revised" License
81 stars 43 forks source link

Make it Pillow compatible #2

Closed iurisilvio closed 10 years ago

iurisilvio commented 10 years ago

I don't know the reason, but I have to import from PIL or I get a IOError: cannot identify image file. I found several reports about this problem in StackOverflow (e.g. http://stackoverflow.com/questions/17626042/trouble-when-open-image-with-pillow-in-python).

mikeboers commented 10 years ago

Sounds good. Give me a little time to find a break to review and pull.