Skip to content

kevva/resize-img-cli

Repository files navigation

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

About

Resize images in memory

Resources

License

Stars

Watchers

Forks

Packages

No packages published