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, 16-bit images can be encoded without alpha, but not decoded (there is not rgb16 / g16 format for decoding, just rgba16 / ga16 / rgb8 / g8). Any plans to include this feature?
The text was updated successfully, but these errors were encountered:
SPNG_FMT_PNG works for both encode and decode for all formats, if you want RGB16 from a RGB16 PNG or G16 from a G16 PNG then an explicit format enum is not needed.
SPNG_FMT_PNG works for both encode and decode for all formats, if you want RGB16 from a RGB16 PNG or G16 from a G16 PNG then an explicit format enum is not needed.
It doesn't solve my problem. I really need to be able to decode RGBA16 image to RGB16 buffer without temporary RGBA16 buffer for good performance.
Currently, 16-bit images can be encoded without alpha, but not decoded (there is not rgb16 / g16 format for decoding, just rgba16 / ga16 / rgb8 / g8). Any plans to include this feature?
The text was updated successfully, but these errors were encountered: