1.0.0 • Published 1 year ago

batch-convert-images v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Batch Convert Images

A tool to batch convert PNG images to WebP format.

Installation

npm install -g batch-convert-images

Usage

batch-convert-images --input /path/to/pngs --output /path/to/webps --batch 50

Options

  • --input, -i: Input directory containing .png files (required)
  • --output, -o: Output directory for .webp files (required)
  • --batch, -b: Number of files to process in each batch (default: 100)

License

This project is licensed under the MIT License.

1.0.0

1 year ago