2.0.0 • Published 6 months ago

glacio v2.0.0

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

glacio

Command line utility to convert images to WEBP and AVIF.

This is a high performance image converter from jpeg, jpg, png, svg file. This package auto searches and shows a list of folders you can choose from as image source and your destination folder, next it asks for the image types you want to convert and the quality setting. Once done it converts all the images as per choices you made to desired folder.

Usage

$ npm i glacio -g

Options

    -i, --inputImagePath   Source image folder path.
    -d, --distImagePath    Destination image folder path.
    -t, --imageTypes       Image tupes to convert(webp|avif|png|jpg) (comma separated).
    -q, --imageQualitis    Quality of the chosen image types (comma separated).
    -h, --help             Show help

Examples

Without any predefined option passed.

glacio 

With partial options passed, it will ask you for missing choices. This example will ask you for the image qualities only.

glacio -i src/images -d dist/images -t webp,avif

With all the options passed. It will not ask you anything.

glacio -i src/images -d dist/images -t webp,avif -q 80,60,60,60
2.0.0

6 months ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago