Monday, January 25, 2021

Mike Driscoll: Image Processing with Python Kickstarter Ending Soon

My Kickstarter for my latest book, Pillow: Image Processing with Python is ending in 8 days. You should check it out and learn how you can edit photos with Python!

Pillow: Image Processing with Python Kickstarter
You will learn about the following topics in this book:

  • Chapter 1 – Pillow Basics
  • Chapter 2 – Colors
  • Chapter 3 – Getting Image Metadata (ExifTags / TiffTags)
  • Chapter 4 – Image Filters
  • Chapter 5 – Cropping, Rotating & Resizing Images
  • Chapter 6 – Enhancing Images (ImageEnhance)
  • Chapter 7 – Combining Images
  • Chapter 8 – Drawing with Pillow (ImageDraw)
  • Chapter 9 – Drawing Text
  • Chapter 10 – ImageChops
  • and more!

Last weekend, I hit my first stretch goal and will be adding two new chapters to the book. Check out the Kickstarter for details!

The post Image Processing with Python Kickstarter Ending Soon 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...