Re: Moving from PIL to Pillow

2013-05-08 Thread Aymeric Augustin
On 1 mars 2013, at 17:59, Alex Clark wrote: > Everything else e.g. "from PIL import Image" should be the same. Hi Alex, As we're starting to clear the blockers for the release of Django 1.6, I'm resurrecting this discussion. Quick question: is there a way to tell if the installed library is P

Re: Moving from PIL to Pillow

2013-03-01 Thread Alex Clark
On 2013-02-27 22:00:17 +, Alex Ogier said: On Wed, Feb 27, 2013 at 4:42 PM, Aymeric Augustin wrote: On 27 févr. 2013, at 21:40, Marijonas Petrauskas wrote: Why isn't Pillow the recommended Django image library yet? PIL has been unmaintained for almost 3 years and has a number of anno

Re: Moving from PIL to Pillow

2013-02-27 Thread Alex Ogier
On Wed, Feb 27, 2013 at 4:42 PM, Aymeric Augustin wrote: > > On 27 févr. 2013, at 21:40, Marijonas Petrauskas wrote: > > > Why isn't Pillow the recommended Django image library yet? PIL has > > been unmaintained for almost 3 years and has a number of annoying bugs > > (e.g. fails to open some val

Re: Moving from PIL to Pillow

2013-02-27 Thread Aymeric Augustin
On 27 févr. 2013, at 21:40, Marijonas Petrauskas wrote: > Why isn't Pillow the recommended Django image library yet? PIL has > been unmaintained for almost 3 years and has a number of annoying bugs > (e.g. fails to open some valid JPEG files, maybe has some security > issues as well). Pillow, on

Moving from PIL to Pillow

2013-02-27 Thread Marijonas Petrauskas
Hi all, Why isn't Pillow the recommended Django image library yet? PIL has been unmaintained for almost 3 years and has a number of annoying bugs (e.g. fails to open some valid JPEG files, maybe has some security issues as well). Pillow, on the other hand, is a backwards-compatible community-maint