Show a comparison image for what a "gamma fixed" UI image looks like in an image editor and in game. The important concept is that the in game renderer is roughly equivalent to applying gamma 0.4545 to the input image. Saving as SRGB is necessary for most color textures and recommended for UI to preserve shadow detail.
Input Textures (various formats) -> conversion to linear (different for SRGB) -> rendered image (still linear) -> final result (SRGB)
Show a comparison image for what a "gamma fixed" UI image looks like in an image editor and in game. The important concept is that the in game renderer is roughly equivalent to applying gamma 0.4545 to the input image. Saving as SRGB is necessary for most color textures and recommended for UI to preserve shadow detail.
Input Textures (various formats) -> conversion to linear (different for SRGB) -> rendered image (still linear) -> final result (SRGB)