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 manual states that UPNG.encodeLL ain't running any optimizations, but looks like it still performs alpha premultification, doesn't it?
UPNG.encodeLL
The text was updated successfully, but these errors were encountered:
It is a bad practice to store useful RGB data into pixels, which have a transparency 0.
But UPNG.encodeLL() should keep the original data, without modifying pixels. Are you sure the bug is not in your code?
Sorry, something went wrong.
No branches or pull requests
The manual states that
UPNG.encodeLL
ain't running any optimizations, but looks like it still performs alpha premultification, doesn't it?The text was updated successfully, but these errors were encountered: