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
We can support only 16 colors or 15 colors plus transparency. Each pixel in image encoded with 4 bits, which gives 16 possible values for colors and transparency included. I thought about using a bitmap for transparency but it gets wasteful.
It would be nice if the error message printed which file and which color is incorrect as well.
I have a PNG image that I'm pretty sure uses only the 16 allowed colors, plus transparency. But when building I get the following error:
If I remove one color (black in this case), it works. I've checked the file with imagemagick histogram and it only has the allowed colors.
It would be nice if the error message printed which file and which color is incorrect as well.
The text was updated successfully, but these errors were encountered: