imageslim

0.0.5 • Public • Published

imageslim

npm

Picture Compression Tool

Install

With npm:

npm install imageslim -g

Usage

imageslim [option] [in_file]

Compressed images will be recorded in.imageslimrc files and will not be compressed repeatedly.

Example

/* Compress all images in the current directory and overwrite the original file */
imageslim 		

/* Compress all pictures in the specified directory and overwrite the original file */
imageslim images

/* Support for generating webp format pictures  */
imageslim images -w

/* Force compression of images even though they have already been compressed */
imageslim images -f

/imageslim/

    Package Sidebar

    Install

    npm i imageslim

    Weekly Downloads

    2

    Version

    0.0.5

    License

    ISC

    Unpacked Size

    76 kB

    Total Files

    4

    Last publish

    Collaborators

    • braisedcakes