Skip to content

Resizes images by selecting an image from local storage and specifying new dimensions in pixels. Also converts images based on extension specified in output file's name.

Notifications You must be signed in to change notification settings

vikassnwl/Image-Resizer---Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image-Resizer---Program

Screenshot-from-2020-09-09-20-49-25.png

Resizes images by selecting an image from local storage and specifying new dimensions in pixels.

Also converts images based on extension specified in output file's name.

requiremets

TK

sudo apt-get install python3-tk

Pillow

pip3 install pillow

Other dependencies

sudo apt-get install python3-pil python3-pil.imagetk

How to run this program

Run ImageResizer.py inside src directory using following command:

python3 ImageResizer.py

About

Resizes images by selecting an image from local storage and specifying new dimensions in pixels. Also converts images based on extension specified in output file's name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages