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

Add flags for slowest and fastest compression levels #373

Closed
marcospb19 opened this issue Mar 19, 2023 · 1 comment · Fixed by #374
Closed

Add flags for slowest and fastest compression levels #373

marcospb19 opened this issue Mar 19, 2023 · 1 comment · Fixed by #374
Labels
enhancement New feature or request

Comments

@marcospb19
Copy link
Member

(follow up to #52)

For convenience, we could have a flag for the fastest and slowest compression levels.

They must conflict with each other and the newly added --level.

Implementation details: you can use i16::MAX and i16::MIN because levels are always clamped to the min-max range.

@marcospb19 marcospb19 added the enhancement New feature or request label Mar 19, 2023
@figsoda
Copy link
Member

figsoda commented Mar 19, 2023

#374

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

Successfully merging a pull request may close this issue.

2 participants