Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 662 Bytes

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