Pillow introduction
Martin McBride, 2021-11-09
Tags image processing
Categories pillow

pillow is a python library for processing images. It can perform many of the basic non-interactive tasks that are available in programs such as Photoshop or GIMP.
This series covers:
- Colour - how Pillow represents colour.
- Image manipulation recipes - how to resize, crop and rotate images in Python, for example to batch process incoming images on a web server.
- Creating animated GIFs - how to use pillow to create simple animated GIFs.
If you found this article useful, you might be interested in the book Image Processing in Python or other books by the same author.