The original Python Imaging Library (PIL) has been largely unmaintained since 2009.
The Pillow package is a fork of PIL that is actively maintained and developed. It is plug-replaceable, so there is no need to change your code in any way (you still import PIL).
You can install pillow into Enthought Python using the Enthought Deployment Manager (EDM).
For more information, please see:
Comments