1.0.0 • Published 8 years ago

resize-img-cli v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

resize-img-cli Build Status

Resize images in memory

Install

$ npm install --save resize-img-cli

Usage

$ resize-img --help

  Usage
    $ resize-img <image>
    $ cat <image> | resize-img

  Options
    --width   Desired width of target image
    --height  Desired height of target image

  Examples
    $ resize-img unicorn.png --width 200 > unicorn-200x200.png
    $ cat unicorn.png | resize-img --width 200 > unicorn-200x200.png

Related

License

MIT © Kevin Martensson