Question: I need some help creating some function in python using PIL for image manipulation flip an image gray scale change intensity mirror an image horizontally/vertically
I need some help creating some function in python using PIL for image manipulation
- flip an image
- gray scale
- change intensity
- mirror an image horizontally/vertically
- and replace colors
only the Image class of the Python Imaging Library, and the only methods should be used
.new()
.open()
.getpixel()
.putpixel()
.save()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
