respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
531 stars 88 forks source link

Is Pillow 6.1 Supported? #149

Closed pixelein closed 5 years ago

pixelein commented 5 years ago

I recently upgraded pillow 6.0 to 6.1. When I install django-versatileimagefield it say's pillow 6.1 is incompatible but django-versatileimagefield was installed. Is Pillow 6.1 really supported?

ccsv commented 5 years ago

I also upgraded pillow to 6.1 and it does not work

respondcreate commented 5 years ago

Hey @iAyaz and @ccsv!

Just released v1.11 which includes the Pillow upgrade. Here's how you can get it:

$ pip install django-versatileimagefield==1.11