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 inverted alpha when using 'rgba' mode is not right. Maybe there should be a flag or some thing we could set through node that would revert it.
The text was updated successfully, but these errors were encountered:
the problem line is at png_encode:78 . it looks like png_set_invert_alpha(png_ptr);
Sorry, something went wrong.
Agree with @m0ose why the alfa is inverted?
don't invert alpha for rgba images
cb197e0
fixes pkrumins#33
Successfully merging a pull request may close this issue.
The inverted alpha when using 'rgba' mode is not right. Maybe there should be a flag or some thing we could set through node that would revert it.
The text was updated successfully, but these errors were encountered: