Hi,
When processing the pixel data returned by XSI::Image.GetPixelArray, the data seems to be in 8-bit linear space. This is surprising, and I wonder if anyone else has noticed this or if I am (perhaps more likely) misreading the data? I've been correcting a number of gamma issues with my pipeline lately (until today I used this API to extract image data for export) and I had an assumption the data coming out of here was sRGB but from what I can tell so far that isn't the case. Short version, with the final exported data, not applying SRGBtoLinear in the shader makes the colors look right and applying the conversion makes them look quite wrong.. The docs suggest the color space setting in the clip properties is only used by MR, for what that's worth. Rather than spend a bunch of time figuring out the behavior I've since switched over to exporting references to files which will have color space issues handled outside of Softimage and a few other benefits which makes the switch worth it to me, but for future reference I'm curious what others might have noticed with this API. Thanks

