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.txtpython3 main.py resize --input=input.jpg --output=output.jpg --width=800 --height=600python3 main.py batch-resize --input=./input_images --output=./output_images --width=800 --height=600python main.py convert --input=input.jpg --output=output.webp --format=WEBPThis project is licensed under the Universal Permissive License (UPL), Version 1.0.