https://github.com/imagemagick/brotli
brotli for the Windows build of ImageMagick
https://github.com/imagemagick/brotli
Last synced: 8 months ago
JSON representation
brotli for the Windows build of ImageMagick
- Host: GitHub
- URL: https://github.com/imagemagick/brotli
- Owner: ImageMagick
- License: mit
- Created: 2020-12-27T11:41:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T20:36:47.000Z (8 months ago)
- Last Synced: 2025-10-06T22:28:43.413Z (8 months ago)
- Language: C
- Size: 604 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
BROTLI DATA COMPRESSION LIBRARY
Brotli is a generic-purpose lossless compression algorithm that compresses data
using a combination of a modern variant of the LZ77 algorithm, Huffman coding
and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
The specification of the Brotli Compressed Data Format is defined in RFC 7932
https://tools.ietf.org/html/rfc7932
Brotli is open-sourced under the MIT License, see the LICENSE file.
Brotli mailing list:
https://groups.google.com/forum/#!forum/brotli