Image Format Comparison

Lossless optimisation
Image Size Format Code
0 JPEG
0 JPEG jpegtran -copy all -optimize input.jpg > output.jpg

Using jpegtran from mozjpeg

0 JPEG jpegtran -copy none -optimize input.jpg > output.jpg

Using jpegtran from mozjpeg

0 JPEG jpegtran -copy none -optimize -progressive input.jpg > output.jpg

Using jpegtran from mozjpeg

0 JPEG jpegtran -copy none -optimize -progressive input.jpg > output.jpg

Using jpegtran from the Independent JPEG Group

0 JPEG trimage -f input.jpg

Using Trimage

0 WebP cwebp input.jpg -o output.webp

Using cwebp

Lossy optimisation
0 JPEG imgmin input.jpg output.jpg

Using imgmin

0 JPEG cjpeg-dssim jpegoptim input.jpg

Using cjpeg-dssim