Question: Create your own image by adding a filter to change each pixel in some way. Be creative and manipulate the image based on a new
Create your own image by adding a filter to change each pixel in some way. Be creative and manipulate the image based on a new technique (dont just make a slight modification to one of the previous filters). For this part, we have provided extra input parameters so you can color the pixel based on position as well as current color. In the previous filters you were not allowed to use if statements or loops, just math. But in this filter, anything goes!

def my_filter(red, green, blue, x, y, width, height): \# your code here return (o,0,0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
