|
| 1 | +# ✔ LARGE IMAGE PREVIEW |
| 2 | +- ### A "Large Image Preview" is an application created in python with tkinter gui and OpenCv library. |
| 3 | +- ### In this application user can select any large image and preview that selected image using the X and Y scrollbars in new window. |
| 4 | +- ### Along with that user will also get details about screensize and the image size. |
| 5 | + |
| 6 | +**** |
| 7 | + |
| 8 | +# REQUIREMENTS : |
| 9 | +- ### python 3 |
| 10 | +- ### cv2 module |
| 11 | +- ### tkinter module |
| 12 | +- ### filedialog from tkinter |
| 13 | +- ### cv2 |
| 14 | +- ### numpy |
| 15 | + |
| 16 | +**** |
| 17 | + |
| 18 | +# HOW TO Use it : |
| 19 | +- ### User just need to download the file, and run the large_image_preview.py, on local system. |
| 20 | +- ### After that a new GUI window will open, in which user will have buttons like SELECT, REVIEW, and EXIT. |
| 21 | +- ### User can select any large image file from the local system, using SELECT button. |
| 22 | +- ### After user has selected the image, user will be able to see the screen size and image size on the window ans also the path of the image selected. |
| 23 | +- ### After that when user clicks on the PREVIEW button, user will able to see the preview in new window with scrollbars in X and Y axis. |
| 24 | +- ### Also there is an EXIT button, clicking on which asks user to exit the window. |
| 25 | + |
| 26 | +# Purpose : |
| 27 | +- ### This scripts helps user to easily see the preview of large image in new window with X and Y scrollbars. |
| 28 | + |
| 29 | +# Compilation Steps : |
| 30 | +- #### Install tkinter, cv2, numpy |
| 31 | +- #### After that download the code file, and run large_image_preview.py on local system. |
| 32 | +- #### Then the script will start running and user can explore selecting any large image and preview it in new window with scrollbars. |
| 33 | + |
| 34 | +**** |
| 35 | + |
| 36 | +# SCREENSHOTS : |
| 37 | + |
| 38 | +**** |
| 39 | + |
| 40 | +<p align="center"> |
| 41 | + <img width = 1000 src="Images/1.jpg" /><br> |
| 42 | + <img width = 1000 src="Images/2.jpg" /><br> |
| 43 | + <img width = 1000 src="Images/3.jpg" /><br> |
| 44 | + <img width = 1000 src="Images/4.jpg" /><br> |
| 45 | + <img width = 1000 src="Images/5.jpg" /><br> |
| 46 | + <img width = 1000 src="Images/6.jpg" /><br> |
| 47 | + <img width = 1000 src="Images/7.jpg" /><br> |
| 48 | + <img width = 1000 src="Images/8.jpg" /><br> |
| 49 | + <img width = 1000 src="Images/9.jpg" /><br> |
| 50 | +</p> |
| 51 | + |
| 52 | +**** |
| 53 | + |
| 54 | +# Name : |
| 55 | +- ### Akash Ramanand Rajak |
0 commit comments