About This File
Brotli is an asymmetric compression algorithm based on Google's LZ77. It is positioned as a replacement for zlib, providing high speed and a fairly high compression ratio.
Options:
q=[N] - compression quality (1-11), default = 1
w=[N] - window bits (0, 10-24), default = 0
c=[N] - chunk size, does not affect on compression, default = 4mb
mode=[X] - tune encoder for specific input (generic, text, font), default = generic
What's New in Version 22.03.23.rev.1
Released
- Updated modules
- Added x64 version of the filter
- Minor optimizations