resize-img-cli

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i resize-img-cli

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kevva