1.0.0 • Published 6 months ago
image-processor-cli v1.0.0
Image Processor CLI
A command-line tool for batch processing images with filters and metadata modifications.
Features
- Select any input folder containing images
- Process images in configurable batches
- Random filter application
- Metadata modification
- Maintains original image quality and orientation
- Creates organized output structure
Installation
- Download the install.sh script
- Open Terminal and navigate to the download location
- Run: chmod +x install.sh && ./install.sh
- After installation, run: npm install
Usage
Easy Start (Mac):
- Simply double-click the
start.command
file to run the application
Alternative Start:
- Open Terminal and run:
npm start
After starting: 1. Enter the path to your images folder when prompted 2. Configure the processing options:
- Number of batches
- Minimum photos per batch
- Maximum photos per batch
- Metadata modification
- Filter application
Output
Processed images will be saved in the output
directory, organized by batch number.
Supported Image Formats
- JPG/JPEG
- PNG
- GIF
1.0.0
6 months ago