Python Resources

Updated on Feb 5 2022

Python In Other Contexts

Deborah R. Fowler



Python Image Library

Updated April 28  2024


PIL (now Pillow) Python Image Library is a wonderful addition to python if you want to manipulate images. Much like the openGL instructions, the official versions were not compatible on my system, however using the site below this successfully installed. This allows you to manipulate image files in almost all the common formats (png, jpg etc.). (There is a similar library that can be used called OpenCV as well).

Note that PIL is what you used for your import but the official name of the library is now pillow.