https://github.com/antonbaumann/bulk-image-resizer
Bulk image resizing script written in Python.
https://github.com/antonbaumann/bulk-image-resizer
cropping image pil python resize script
Last synced: 6 months ago
JSON representation
Bulk image resizing script written in Python.
- Host: GitHub
- URL: https://github.com/antonbaumann/bulk-image-resizer
- Owner: antonbaumann
- License: gpl-3.0
- Created: 2018-08-01T19:18:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:16:51.000Z (about 2 years ago)
- Last Synced: 2025-04-14T03:08:41.183Z (6 months ago)
- Topics: cropping, image, pil, python, resize, script
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bulk-image-resizer
Bulk image resizing script in python.## Installation
Run
```
git clone https://github.com/antonbaumann/bulk-image-resizer
cd bulk-image-resizer
pip install -r requirements.txt
```
## Usage
usage: resize.py [-h] [--height H] [--width W] [--format F] [--processes P] [--verbose]
PATH_ROOT PATH_RESULT