Resizes Images Based on a user input max width using Pillow. Images are saved in /resized directory.
Assumes you already have Python installed
- Clone this repo
- run commands below
pip install Pill
python resize_images.py <max-width>usage: Bulk Image Resizer [-h] max_width
Takes all JPG and PNG files in current directory & resizes width depending on command line arg
positional arguments:
max_width If an image is larger than this the width is resized to equal this width
options:
-h, --help show this help message and exit