All Projects → kevva → Resize Img Cli

kevva / Resize Img Cli

Licence: mit
Resize images in memory

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].