1.0.0 • Published 6 months ago

image-processor-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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

  1. Download the install.sh script
  2. Open Terminal and navigate to the download location
  3. Run: chmod +x install.sh && ./install.sh
  4. 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