Python 3 Imaging Library (PIL)
Python: Image Processing Using Pillow
Install using cmd Terminal
pip install Pillow
Import in Python Code
from PIL import Image
References
Zed A. Shaw, “Learn Python the Hard Way”, Third Edition, Addison-Wesley, 2014.
Jan Erik Solem, “Programming Computer Vision with Python”, Creative Commons.
Fredrik Lundh, Matthew Ellis, “Python Imaging Library Overview”, Manning Publications, 2002.
Installation - PIL is the Python Imaging Library by Fredrik Lundh and Contributors. $ pip install Pillow
Python Code
Python 3 Useful Resources
Zed A. Shaw, Learn Python The Hard Way, 3rd Edition, 2014.
Burkhard A. Meier, Python GUI Programming Cookbook. Packt Publishing Ltd. November 2015.
Ola Skavhaug, Joakim Sundnes and Hans Petter Langtangen, "GUI programming in Python," Dept. of Informatics, Univ. of Oslo & Simula Research Laboratory, August 2011
S.R. Doty, Python Basics. August 27, 2008
PIL is the Python Imaging Library by Fredrik Lundh and Contributors. $ pip install Pillow