Wednesday, February 17, 2021

Mike Driscoll: Pillow: Image Processing with Python Available for Pre-order

Pillow: Image Processing with Python is my latest book on Python. It is now available for pre-order. What that means is that you can purchase an early version of the book and get all the updates to it for free after purchase, including the final edition. The final edition will be done in April 2021.

You can pre-order the book on Leanpub or Gumroad.

Pillow: Image Processing with Python Kickstarter

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!

The post Pillow: Image Processing with Python Available for Pre-order appeared first on Mouse Vs Python.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...