https://github.com/imagemagick/brotli
brotli for the Windows build of ImageMagick
https://github.com/imagemagick/brotli
Last synced: 13 days 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-11-07T09:40:08.000Z (9 months ago)
- Last Synced: 2025-11-07T11:25:09.731Z (9 months ago)
- Language: C
- Size: 1.03 MB
- 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://datatracker.ietf.org/doc/html/rfc7932
Brotli is open-sourced under the MIT License, see the LICENSE file.
Brotli mailing list:
https://groups.google.com/g/brotli