© Ashwin Pajankar 2017

Ashwin Pajankar, Raspberry Pi Image Processing Programming, 10.1007/978-1-4842-2731-2_4

4. Basic Operations on Images

Ashwin Pajankar

(1)Nashik, Maharashtra, India

In the last chapter, you started with image processing using Pillow. You also used Tkinter for displaying images. In this chapter, you will learn various arithmetic and logical operations on images. You will explore Image, ImageChops, and ImageOps modules in Pillow for implementing arithmetic and logical operations. You will also learn how to use the slide bar in Tkinter to dynamically change the input to the Pillow methods.

Image Module

In the last chapter, you used the open() and show() functions in the Image module of Pillow. In this chapter, you will explore the ...

Get Raspberry Pi Image Processing Programming: Develop Real-Life Examples with Python, Pillow, and SciPy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.