guetzli

Perceptual JPEG encoder that creates smaller, higher quality JPEG images

brewmacoslinux
Try with needOr install directly
Source

About

Perceptual JPEG encoder

Commands

guetzli

Examples

Encode a PNG image to optimized JPEG$ guetzli input.png output.jpg
Encode JPEG with quality parameter (0-100, default 95)$ guetzli --quality 90 input.jpg output.jpg
Process image with verbose output$ guetzli --verbose input.png output.jpg