0.1.2 • Published 6 years ago

img-rsz v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

img-rsz

A super simple image resizing CLI tool that uses the amazing Sharp under the hood.

Installation

npm install -g img-rsz

Usage

img-rsz "my_image.png" --width=1600 --format=jepg --output="resized"

Arguments

argdescriptionrequired
defaultPath to the image to resizeyes
widthThe desired width of the imageyes
formatpng, jpeg, tiff, webp, raw
outputThe filename for the resized image (defaults to {name}.resized.{ext})
0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago