You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the problem is that the PNG class does not currently use the alpha value. You can solve it by adding uint8_t alpha = (uint8_t)(encodedColor >> 24); to the Draw function in the PNG class, and only drawing the pixel if(alpha> someValue). But this does not take into account when the pixel isn‘t completely transparent.
No description provided.
The text was updated successfully, but these errors were encountered: