Question: USE PYTHON 3 ONLY!!! Create a program to turn a color picture into a grayscale picture. Name the file you create 305.py Create a function

USE PYTHON 3 ONLY!!! Create a program to turn a color picture into a grayscale picture. Name the file you create 305.py Create a function which accepts an Image and returns a grayscale version of the image. The original image should not be changed. Both images need to be the same size. However, you will be creating the second grayscale image so be sure to make it the same size as the original. Create a main function which asks the user which file they wish load. Then use the function you have written to create a grayscale version. Save the grayscale version to a file. Optional: The filename (used to save) should represent both the original filename as well as the word grayscale. An example is BSU.gif is saved as BSUgrayscale.gif Make sure to turn in your resulting file.

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!