0.1.2 • Published 8 years ago
img-rsz v0.1.2
img-rsz
A super simple image resizing CLI tool that uses the amazing Sharp under the hood.
Installation
npm install -g img-rszUsage
img-rsz "my_image.png" --width=1600 --format=jepg --output="resized"Arguments
| arg | description | required |
|---|---|---|
| default | Path to the image to resize | yes |
| width | The desired width of the image | yes |
| format | png, jpeg, tiff, webp, raw | |
| output | The filename for the resized image (defaults to {name}.resized.{ext}) |