Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to evaluate the uncompression size of brotli ? #861

Closed
ldcsaa opened this issue Oct 24, 2020 · 1 comment
Closed

How to evaluate the uncompression size of brotli ? #861

ldcsaa opened this issue Oct 24, 2020 · 1 comment

Comments

@ldcsaa
Copy link

ldcsaa commented Oct 24, 2020

compress max size uses BrotliGuessCompressBound().
But how to evaluate the uncompression size of brotli ?

@eustas
Copy link
Collaborator

eustas commented Jan 18, 2021

In most cases there is no way to do that without decompression.
Each "block" contains uncompressed size and "is last" flag, but unfortunately there is no possibility to scan through blocks...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants