Question: Image Zoom: Write a python program (q2.py) that reads the file felix.txt (showed in class) and produces a png image from the file with a
Image Zoom: Write a python program (q2.py) that reads the file felix.txt (showed in class) and produces a png image from the file with a zoom specified by the user. The original file has 35 x 35 characters, so it produces a 35 x 35 pixels image. Your program will ask for the size of the zoom and your program should create the image with this zoom. If the user enters 2, your image will have 70 x 70 pixels. If the user enters 4, your image will have 140 x 140 pixels.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
