The Python Imaging Library allows you to use Python to edit photos. The Pillow package is the latest version of the Python Imaging Library. You can use Python to batch process your photos using Pillow.
In this book, you will learn about the following:
- Opening and saving images
- Extracting image metadata
- Working with colors
- Applying image filters
- Cropping, rotating and resizing
- Enhancing images
- Combining images
- Drawing with Pillow
- ImageChops
- Integration with GUI toolkits
You’ll learn all these things and more in this book. Soon you will be able to edit photos like a professional using the Python programming language!