Skip to content

Commit 36a2d51

Browse files
Merge pull request prathimacode-hub#965 from akash435/largeimagebranch
Added Large Image Preview in GUIScripts
2 parents 452895e + a8616d4 commit 36a2d51

File tree

12 files changed

+202
-0
lines changed

12 files changed

+202
-0
lines changed
113 KB
Loading
129 KB
Loading
131 KB
Loading
140 KB
Loading
137 KB
Loading
103 KB
Loading
132 KB
Loading
85.8 KB
Loading
134 KB
Loading
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

Comments
 (0)