Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icepanorama/batchresizeimages

A small python script to batch resize images.
https://github.com/icepanorama/batchresizeimages

pillow pillow-library python python-3 python3

Last synced: 3 months ago
JSON representation

A small python script to batch resize images.

Awesome Lists containing this project

README

        

# 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:

```bash
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.