0.1.1 • Published 7 years ago
img-scale v0.1.1
img-scale
A super simple image resizing CLI tool that uses the amazing Sharp under the hood.
Installation
npm install -g img-scaleUsage
img-scale "my_image.png" --width=1600 --format=jpeg --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}) |