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
Currently only SPNG_FMT_PNG and SPNG_FMT_RAW is allowed when encoding. allow other formats that also match the PNG format e.g. SPNG_FMT_RGB8 when the PNG color type is truecolor and bit depth is 8.
The text was updated successfully, but these errors were encountered:
Currently only
SPNG_FMT_PNG
andSPNG_FMT_RAW
is allowed when encoding. allow other formats that also match the PNG format e.g.SPNG_FMT_RGB8
when the PNG color type is truecolor and bit depth is 8.The text was updated successfully, but these errors were encountered: