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
Technically the rgba16 images in Gamut are still sRGB, but there is no way to resize being gamma aware using stb_image_resize[2].h, which always assume 16-bit images are linear.
Update stbir__type_size
"if we're completely point sampling, then we can turn off SRGB"
encode_alphas and encode_simple
decode_alphas and decode_simple
The text was updated successfully, but these errors were encountered:
Technically the rgba16 images in Gamut are still sRGB, but there is no way to resize being gamma aware using stb_image_resize[2].h, which always assume 16-bit images are linear.
stbir__type_size
encode_alphas
andencode_simple
decode_alphas
anddecode_simple
The text was updated successfully, but these errors were encountered: