# | Test | Command | 8.0.0 | PATCH |
---|---|---|---|---|
1 | zlib, o6 | oxipng -o 6 -i 0 --out 01_oxi_normal.png t.png | 48290731 | 45277379 |
2 | same, interlaced | oxipng -o 6 -i 1 --out 02_oxi_normal_interlaced.png t.png | 50144548 | 50144548 |
3 | max zlib | oxipng --zc 12 -o max -i 0 -a --out 03_zc12_b.png t.png | 48290731 | 45277379 |
4 | Zopfli | oxipng -Z -o 6 -i 0 --out 03_oxi_normal_ZOPFLI.png t.png | 47883283 | 47883283 |
Comparison of output file size for example images processed with oxipng. Comparing libdeflater 0.11.0 and 0.13.0