https://github.com/akash-rajak/image-resizer
Python Script to resize image to any dimension.
https://github.com/akash-rajak/image-resizer
cv2 gui image-resizer numpy os python3 random resizeimage tkinter
Last synced: about 2 months ago
JSON representation
Python Script to resize image to any dimension.
- Host: GitHub
- URL: https://github.com/akash-rajak/image-resizer
- Owner: akash-rajak
- Created: 2021-07-31T15:41:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T13:11:04.000Z (over 4 years ago)
- Last Synced: 2025-03-26T21:34:32.019Z (about 1 year ago)
- Topics: cv2, gui, image-resizer, numpy, os, python3, random, resizeimage, tkinter
- Language: Python
- Homepage:
- Size: 1.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ IMAGE RESIZER
- In Image Resizer is an image processing application created in python with tkinter gui.
- In this application user can select any image and can resize it to any size.
- Also while resizing user will be able to see both the original image and the resized image.
- Also after resizing user can also save it anywhere on the local system.
- And if user want to reset to the original size, he/she can also do that using RESET button.
****
### REQUIREMENTS :
- python 3
- os module
- cv2 module
- numpy
- random
- tkinter module
- filedialog from tkinter
- messagebox
- from PIL import Image, ImageTk, ImageDraw
- resizeimage
****
### HOW TO Use it :
- User just need to download the file, and run the image_resizer.py, on local system.
- After running a GUI window appears, here user can choose any image from the local system using CHOOSE button.
- After choosing the image, user will be able to see two image on GUI window, one for showing original size and second for showing the resized image.
- Now user can enter the width and height of the resized image hw/she wants in the entry box, and click on RESIZE button.
- Clicking on that will resize the image accordingly and shows the resized image on the right side part of GUI Window.
- After resizing use can also save the resized image to any place on local system using SAVE button.
- Also if user wants to reset to the original size, he/she can also do that using RESET button.
- Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit.
### Purpose :
- This scripts helps us to easily resize the selected image to any width and height.
### Compilation Steps :
- Install python3, tkinter, pandas, os, cv2, PIL, resizeimage
- After that download the code file, and run image_resizer.py.py on local system.
- Then the script will start running and user can explore more by selecting image and resizing it to any width and height.
****
### SCREENSHOTS :









****
### Author :
- Akash Ramanand Rajak