Image manipulation with Python PIL and Pillow

PIL is the Python Imaging Library. Pillow is a friendly fork of PIL.

The image that you can see on the home page of the Code Maven workshop was taken by yours truly at one of our early workshop. Then it was changed using PIL to have its current form. (Well, actually originally it was changed using Gimp, but since I learned I can do it better using PIL.)

In this workshop we will learn a number of techniques you can use to create and change images programmatically. Some of the tasks you’ll accomplish during the workshop.