Batch Image Resizer is a Python-based CLI tool for resizing and converting images in bulk. Supports multiple formats like JPEG, PNG, and WebP, with options for resizing, changing resolution, and batch format conversion. Ideal for developers, designers, and photographers.
- Resize a single image or all images in a folder.
- Convert images between formats (JPEG, PNG, WEBP).
- Simple and fast command-line interface.
- Clone the repository:
git clone https://github.com/LF3551/Batch-Image-Resizer.git
cd BatchImageResizer
- Install required packages:
pip install -r requirements.txt
python3 main.py resize --input=input.jpg --output=output.jpg --width=800 --height=600
python3 main.py batch-resize --input=./input_images --output=./output_images --width=800 --height=600
python main.py convert --input=input.jpg --output=output.webp --format=WEBP
This project is licensed under the Universal Permissive License (UPL), Version 1.0.