imgdiet

Optimize and resize images with batch processing support

brewmacoslinux
Try with needOr install directly
Source

About

Optimize and resize images

Commands

imgdiet

Examples

Optimize a single image file$ imgdiet input.jpg
Resize image to specific dimensions$ imgdiet --width 800 --height 600 input.jpg -o output.jpg
Batch optimize all images in a directory$ imgdiet *.png --quality 85