imagemin-cli-stdout

1.0.3 • Public • Published

imagemin-cli Build Status

Minify images

Issues with the output should be reported on the imagemin issue tracker.

Install

$ npm install --global imagemin-cli

Usage

$ imagemin --help

  Usage
    $ imagemin <file> <directory>
    $ imagemin <directory> <output>
    $ imagemin <file> > <output>
    $ cat <file> | imagemin > <output>

  Example
    $ imagemin images/* build
    $ imagemin images build
    $ imagemin foo.png > foo-optimized.png
    $ cat foo.png | imagemin > foo-optimized.png

  Options
    -i, --interlaced                    Interlace gif for progressive rendering
    -o, --optimizationLevel <number>    Optimization level between 0 and 7
    -p, --progressive                   Lossless conversion to progressive

Related

License

MIT © imagemin

Package Sidebar

Install

npm i imagemin-cli-stdout

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • jasonlock