Question: in python Exercise 2 (10 pts) Write a program that manipulates an image as follows: 1. It zeroes out the blue component of each pixel
in python
Exercise 2 (10 pts) Write a program that manipulates an image as follows: 1. It zeroes out the blue component of each pixel in the right third of the image 2. It zeroes out the green component of each pixel in the middle third of the image 3. It zeroes out the red component of each pixel in the left third of the image. The program should prompt the user to input the name of the image file to process (be sure that the file is uploaded to the repl). Below are the results obtained from applying it to an image (before image on left, after on right). You may use any.jpg image that you like
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
