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 lib read correctly the tRNS block and store the alpha pPalette[768] But doesn't use it in getLineAsRGB565 ( only PNG_PIXEL_TRUECOLOR_ALPHA work )
The text was updated successfully, but these errors were encountered:
I made a dirty fix for my specific use case https://github.com/spectrenoir06/PNGdec
Sorry, something went wrong.
example: https://static-cdn.jtvnw.net/emoticons/v2/1/default/dark/2.0
working on a fix for 8-bit
Added fix for issue #6 (alpha palette support)
8abf6be
I added a fix for 8-bit palette images. Please give it a try:
No branches or pull requests
The lib read correctly the tRNS block and store the alpha pPalette[768]
But doesn't use it in getLineAsRGB565 ( only PNG_PIXEL_TRUECOLOR_ALPHA work )
The text was updated successfully, but these errors were encountered: