BatchResizeImages

A small python script to batch resize images.

GPL-3.0 License

Stars
0
Committers
1

BatchResizeImages.py

A small python script to batch resize images.

Installation and usage

All the required dependancies can be installed with pip using the following command:

pip install -r requirements.txt

To run the command, type python batch_resize_images.py "{INPUT_DIR}", where INPUT_DIR is the directory which contains the images that you would like to downscale.