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

Allow fine-tuning for file compression #2

Open
cher-nov opened this issue Dec 13, 2021 · 0 comments
Open

Allow fine-tuning for file compression #2

cher-nov opened this issue Dec 13, 2021 · 0 comments
Assignees

Comments

@cher-nov
Copy link
Owner

cher-nov commented Dec 13, 2021

  1. Allow compression levels in full ZLib 0-9 range. Currently only the next ones are supported:
 0 - ZStream.TCompressionLevel.clNone    (ZBase.Z_NO_COMPRESSION)
 1 - ZStream.TCompressionLevel.clFastest (ZBase.Z_BEST_SPEED)
 9 - ZStream.TCompressionLevel.clMax     (ZBase.Z_BEST_COMPRESSION)
-1 - ZStream.TCompressionLevel.clDefault (ZBase.Z_DEFAULT_COMPRESSION)
  1. Allow specifying compression level per file.
@cher-nov cher-nov self-assigned this Jun 22, 2022
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

1 participant