1

I use the zlib-flate compression utility.

Is it possible to compress at different levels. The man page information is pretty vague.

If not is there an alternative utility that allows you to compress using zlib at different levels?

2 Answers 2

2
pigz -z# < FileToCompress > CompressedFile

Where # is the compression level.

0
1

zlib-flate

No, this utility can't do different levels of compression.

Alternatives

Sadly, I did not find an alternative of zlib in which you can set compression level, try:

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .