resizeme
v1.0.9
Published
An ImageMagic CLI for resizing images quickly
Readme
Introduction
A small ImageMagick script to resize an image to many target resolutions.
Usage
Simply pass an image path as your first argument and a target path to store the resized results.
npx resizeme ~/Pictures/frame.png ./images/
✔ Select one or more target widths for the resized images 576, 640
✔ Select the output image format WebP
ℹ Created /home/jeremy/images/frame-576.webp
ℹ Created /home/jeremy/images/frame-640.webp
✔ All done!Note: Since this is basically a wrapper for ImageMagick, please make sure that you have installed it beforehand.
