Image library for Python 3

image, python, python-3.x, python-imaging-library

Solution

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

Problem

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

Original source