Question: Use Python 3: Write a program that takes an image in any mode, and performs a 180 degree rotation of the image to produce an
Use Python 3:
Write a program that takes an image in any mode, and performs a 180 degree rotation of the image to produce an output image.
The program should ask the user to enter a filename, open this file, perform the transformation and then save the rotated version of the image to the file 'output.png'.
Here is an example of the effect your program should produce:

Enter a filename: astronaut.png

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
