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

Multi-threading with PNG Restart Marker #192

Open
randy408 opened this issue Dec 17, 2021 · 0 comments
Open

Multi-threading with PNG Restart Marker #192

randy408 opened this issue Dec 17, 2021 · 0 comments
Labels
enhancement New feature or request performance

Comments

@randy408
Copy link
Owner

This extension introduces restart markers for PNG images with a new chunk and a backward-compatible encoding method, it enables parallel decoding and encoding of image data.

https://github.com/libspng/png-restart-marker

This will probably be the only type of multi-threading implemented for this library, it's designed to be fairly predictable in terms of performance and memory overhead.

It's still in its early stages and the format may change, will have to experiment before settling on a final spec and implementation.

@randy408 randy408 added enhancement New feature or request performance labels Dec 17, 2021
@randy408 randy408 pinned this issue Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant