-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadMe.txt
More file actions
15 lines (7 loc) · 785 Bytes
/
Copy pathreadMe.txt
File metadata and controls
15 lines (7 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This GUI application is intended for MacOS. It is create in MacOS using <pyinstaller -F main.py> command. The first window displayed after running the execution file is just the top left buttons. (Maximise, minimise, close)
Menubar Properties:
Functional
File->Open Image : Prompts the user to select an image file to view. This displayed image will automatically fit to the window size as it is enlarged or minimized.
Semi-Functional
File->View/Keep Aspect Ratio : Prompts the user to select an image file to view in its original aspect ratio. The image in the display window resizes while keeping the window dimensions same.
Warning: This functionality does not keep the aspect ratio enabled. Once the window size is changed, the image does not maintains it aspect ration.