1
0
mirror of https://github.com/pfusik/zlib6502.git synced 2024-06-01 12:41:27 +00:00

zopfli --i1000.

This commit is contained in:
Piotr Fusik 2021-03-27 14:48:44 +01:00
parent 3afb6ab29f
commit 1d91b11e5f

View File

@ -71,10 +71,12 @@ There are several ways to get DEFLATE compressed data.
If you are looking for maximum compression, use [Zopfli](https://github.com/google/zopfli). If you are looking for maximum compression, use [Zopfli](https://github.com/google/zopfli).
For example: For example:
zopfli --deflate INPUT_FILE zopfli --deflate --i1000 INPUT_FILE
will compress to `INPUT_FILE.deflate`. will compress to `INPUT_FILE.deflate`.
I have compiled a [Windows exe](http://pfusik.github.io/zlib6502/zopfli.exe.gz) for you. I have compiled a [Windows exe](http://pfusik.github.io/zlib6502/zopfli.exe.gz) for you.
Increasing the number passed to the `--i` option can improve the compression by a few bytes
at the cost of increased compression time.
Historically, I have used: Historically, I have used: