imageworsener

Image scaling and processing utility with advanced algorithms

brewmacoslinux
Try with needOr install directly
Source

About

Utility and library for image scaling and processing

Commands

imageworsener

Examples

Scale an image to specific dimensions$ imageworsener input.jpg -w 800 -h 600 output.jpg
Resize image with quality optimization$ imageworsener -w 50% input.png output.png
Apply dithering while resizing$ imageworsener -w 400 -h 300 -dither input.jpg output.jpg