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

Provide multi-theaded PNG encoding option via mtpng crate #479

Open
Shnatsel opened this issue May 26, 2020 · 0 comments
Open

Provide multi-theaded PNG encoding option via mtpng crate #479

Shnatsel opened this issue May 26, 2020 · 0 comments

Comments

@Shnatsel
Copy link
Contributor

https://github.com/brion/mtpng provides a multi-threaded PNG encoder that is competitive with libpng even in single-threaded configurations. It would be nice to be able to use it from image.

Since multi-threading "in the background" without user control can be undesirable and encoding ratio may suffer for very small images, it's probably best to provide it as a separate encoder type so that the API client would have full control over what's happening.

@fintelia fintelia transferred this issue from image-rs/image Mar 10, 2024
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