Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/icepanorama/batchresizeimages
- Owner: IcePanorama
- License: gpl-3.0
- Created: 2024-07-12T18:39:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T18:54:42.000Z (6 months ago)
- Last Synced: 2024-10-01T19:29:21.325Z (3 months ago)
- Topics: pillow, pillow-library, python, python-3, python3
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.