karrih
Results
2
comments of
karrih
Do you have an example? There is another GitHub issue featuring the same function (https://github.com/nothings/stb/issues/1338), which shows an example where the output values are returned correctly in sRGB. I believe...
Hmm, I gave it a quick try but couldn't repro. Ran this code: ``` uint8_t inputData[16] = { 255, 255, 255, 255, 255, 255, 255, 255, 0, 0, 0, 0,...