A command-line utility to quickly resize multiple images from a source folder and save them to a destination folder.
- Batch resizes all
.jpg,.jpeg, and.pngimages. - Creates the output directory if it doesn't already exist.
- Simple and easy-to-use command-line interface.
- Python 3.x
- Pillow library
-
Clone the repository (or download the script).
-
Install the required library:
pip install Pillow
Run the script from your terminal with the following structure:
python resize_images.py <input_folder> <output_folder> --size <WIDTH> <HEIGHT>