1.0.3 • Published 9 months ago

hsa-image-compressor v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

HSA Image Compressor

A command-line tool for image compression. This utility reads images from a specified directory and saves the compressed versions to another specified directory. It uses the sharp library to support JPEG and PNG formats.

Features

  • Reads images from the input directory.
  • Saves compressed images to the specified output directory.
  • Supports JPEG and PNG formats.
  • User-configurable image quality.

Installation

To install the project globally, use the following command:

bash

npm install -g hsa-image-compressor

Usage

hsa-image-compressor -i <input_directory> -o <output_directory> -q

## Parameters

1.0.2

9 months ago

1.0.3

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago