Externally indexed torrent
If you are the original uploader, contact staff to have it moved to your account
Textbook in PDF format
Pillow is the most popular Python image processing library. It provides many of the features found in imaging applications like Photoshop or GIMP, such as loading, saving, resizing, transforming images, as well as converting colours and applying filters, enhancements, and effects. This book will teach you how to use simple Python code to automate these functions using the Pillow library, so that your programs can incorporate advanced image processing. It provides a comprehensive guide to Pillow, in plain language and with lots of examples.
Who is this book for?
This book is aimed at anyone wishing to learn about image processing in Python. It doesn’t require any prior knowledge of image processing, but it will also be useful if you already have experience working with image data and would like to learn the specifics of the Pillow library. It will be assumed that you have a basic working knowledge of Python, but all examples are fully explained and don’t use any advanced language features