@jenn.fyi/jirp
v0.0.2
Published
Jennifers Image Resizing Program
Readme
jirp (Jennifers Image Resizing Program)
A very simple package to bulk resize an image to multiple sizes for web.
Currently only exports to png, with no other options.
Usage:
jirp resize sample -f sample_image_file_20252192_1280x960.png -s 1024 800 640 320Outputs files:
sample_1024x768.png
sample_800x600.png
sample_640x480.png
sample_320x240.png
Why
Simple, i didn't want to spend an afternoon resizing images, so I wrote an app instead. :)
Maybe I'll expand on it as needed.
Much love, Jenn❤️
