Image Compression Benchmarks
This compression ratio tests are implemented on compressors:
with 2 image set:
Notes:
butteraugli
score ~ 0.97../install.sh
./do_mozjpeg_tests.sh
./do_guetzli_tests.sh
./guetzli_then_mozjpeg.sh
./compare.sh
inputs/cms
).Image type | Size | Compare to inputs |
---|---|---|
inputs | 4093 kB | 0% |
libjpeg | 3876 kB | -5% smaller |
mozjpeg | 3716 kB | -9% smaller |
guetzli | 2672 kB | -34% smaller |
guetzli_then_mozjpeg | 2582 kB | -36% smaller |
inputs/products
).Image type | Size | Compare to inputs |
---|---|---|
inputs | 79925 kB | 0% |
libjpeg | 60094 kB | -24% smaller |
mozjpeg | 55325 kB | -30% smaller |
guetzli | 43703 kB | -45% smaller |
guetzli_then_mozjpeg | 40172 kB | -49% smaller |
mozjpeg
is 4.13% - 8% better than libjpeg
.guetzli
looks good, can’t see the difference with human eyes.guetzli
is extremely slow (On a c4.2xlarge instance, guetzli compression on 493 product images takes 66 minutes).