mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
What is a default quality of brotli command? #257
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stokito on GitHub (Oct 27, 2018).
Nor in
brotli --helpnor inman brotliis not mentioned what is a default compression quality.It just said that quality can be in range of 0-9 but later it said that -q param can be in range 0-11.
What I see from sources in brotli.c in
mainmethod:So it looks like the default quality is 11 i.e. best.
-11param?