Image Format Comparison
| 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 |
|
0 | JPEG |
imgmin input.jpg output.jpg
Using imgmin |
|
0 | JPEG |
cjpeg-dssim jpegoptim input.jpg
Using cjpeg-dssim |