-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarifying sRGB sourceColorSpace values #2303
Comments
Filed as internal issue #USD-8043 |
After reading up stbImage.cpp, https://github.com/PixarAnimationStudios/USD/blob/release/pxr/imaging/hio/stbImage.cpp For oiioImage.cpp plugin, So no way to describe color gamut in |
Apparently pxrUSD(hdSt) uses case-sensitive token for |
Thanks for the research, @syoyo ! I'm not sure exactly how Storm does it (I suspect through the use of Two things to note are that our hope is to largely deprecate the need for The other thing is how much we do want to state about |
This is a great question, and thanks for looping me into the conversation, @spiffmon. MaterialX inherits its default set of color spaces from the ACES 1.2 standard, and the
|
Thanks guys. I'll relay that to our folks here and follow up with more if needed. |
In the Documentation for USD Shade, it mentions
sRGB : Mark texture as sRGB when reading.
We're trying to tighten up our understanding of colour and had a few questions. The answers to which could probably be beneficial to add to the docs themselves.
sRGB
describe the transfer curve, or also the gamut of the image?sourceColorSpace
case sensitive? OCIO colorSpace names are case-sensitive, so it would be nice if USD specified the same.Thanks for any extra light you can shed on this.
The text was updated successfully, but these errors were encountered: