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!

Create your own image by adding a filter to change each pixel

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!