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

Poor compression ratio using default compression method #291

Closed
narinishi opened this issue Jan 27, 2023 · 1 comment
Closed

Poor compression ratio using default compression method #291

narinishi opened this issue Jan 27, 2023 · 1 comment

Comments

@narinishi
Copy link

When compressing ~80MB of PDFs using the default compression method, "LZMA2 [std]", and compression level set to "Level 9 (Maximum)", the resultant archive is ~60MB and the entries show as being compressed with "ZSTD", whereas vanilla 7-Zip yields a ~45mb archive with entries showing "LZMA2" as the compression method.

Oddly, selecting "LZMA2, Fast [std]" as the compression method causes the entries to be compressed using "LZMA2" and yields a similarly sized archive to vanilla 7-Zip.

@mcmilk
Copy link
Owner

mcmilk commented Jan 30, 2023

Yes, I have to change some code here... sth. is wrong with LZMA2 - I will release a fixed version soon.

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