Question: Using Python 3.7, write a program that converts a color image to grayscale. The program should prompt the user for an input file, prompt the
Using Python 3.7, write a program that converts a color image to grayscale. The program should prompt the user for an input file, prompt the user for an output file, load the image convert it to grayscale, and save the grayscale image to the output file. Do not use a library to convert the image.
Step by Step Solution
There are 3 Steps involved in it
To convert a color image to grayscale in Python without using a special library for the grayscale conversion you can manipulate the pixel data directl... View full answer
Get step-by-step solutions from verified subject matter experts
