Skip to content

coder12341/img-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Resizer

A command-line tool to resize images

Download

You should forst have python3 installed!

git clone https://github.com/coder12341/img-resize.git
pip3 install Pillow opencv-python
cd img-resize

Run on Windows:

python3 img-resize.py -i path-to-image [-o output-name -r -e] [new width] [new height]

Run on Linux and Mac:

 chmod +x img-resize.py
./img-resize.py -i path-to-image [-o output-name -r -e] [new width] [new height]