imageworsener

Scale, crop, and process images with advanced filtering and color management.

brewmacoslinux
Try with needOr install directly
Source

About

Utility and library for image scaling and processing

Commands

imageworsener

Examples

resize image to specific width and height$ imageworsener input.jpg -w 800 -h 600 output.jpg
scale image down to smaller size keeping aspect ratio$ imageworsener input.png -w 400 output.png
crop image to specific area$ imageworsener input.jpg -crop 100,100,400,400 output.jpg
apply blur or sharpen filter to image$ imageworsener input.jpg -blur 2.0 output.jpg
convert image format and compress quality$ imageworsener input.png -q 85 output.jpg