We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The chunk is supposed to have named and compressed ICC data: https://www.w3.org/TR/png/#11iCCP
but the encoder seems to just write it raw:
image-png/src/common.rs
Line 769 in 2232f83
the decoder does parsing and decompression:
image-png/src/decoder/stream.rs
Line 1501 in 2232f83
The text was updated successfully, but these errors were encountered:
Fixed in #548
Sorry, something went wrong.
No branches or pull requests
The chunk is supposed to have named and compressed ICC data: https://www.w3.org/TR/png/#11iCCP
but the encoder seems to just write it raw:
image-png/src/common.rs
Line 769 in 2232f83
the decoder does parsing and decompression:
image-png/src/decoder/stream.rs
Line 1501 in 2232f83
The text was updated successfully, but these errors were encountered: