Image Processing in Python: Processing raster images with the Pillow library
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.
Image Processing in Python: Processing raster images with the Pillow library
相关推荐
Data Science and Analytics with Python, 2nd Edition
Building Conversational Generative AI Apps with Langchain and GPT: Develop End-to-End LLM-Powered Conversational AI Apps with Python, LangChain, GPT, and Google Colab
Learn Python Programming: A comprehensive, up-to-date, and definitive guide to learning Python 4th Edition
Series in Computational Methods - Volume 2: Calculus: Formulations and Solutions with Python
Data Without Labels: Practical unsupervised machine learning
Advanced Functional Programming: Mastering Concepts and Techniques