Image library for Python 3

banx picture banx · Oct 9, 2010 · Viewed 172.1k times · Source

What is python-3 using instead of PIL for manipulating Images?

Answer

Janus Troelsen picture Janus Troelsen · Oct 22, 2012

The "friendly PIL fork" Pillow works on Python 2 and 3. Check out the Github project for support matrix and so on.