How can you use the colorconvert
functions when the source image has an ICC profile?
#3114
Replies: 5 comments 2 replies
-
That's not currently implemented, but I think (?) that there is functionality in OCIOv2 that would support this? So I think that with a little work, we could make this work properly when built against OCIOv2. |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
No update, I'm sorry to report. I'm afraid we are waiting for somebody who knows more than me about ICC profiles (and maybe about OpenColorIO APIs) to come forward to do this work. As we say on this project: 🎣 Mackerel! |
Beta Was this translation helpful? Give feedback.
-
Does anybody with deeper OpenColorIO knowledge than me know the answer to whether this is possible? Does OCIO have APIs that let you, I guess, invert the display transform implied by the embedded ICC profile to transform an image into one of our canonical spaces? |
Beta Was this translation helpful? Give feedback.
-
I've been studying the OIIO documentation looking for the answer to this and so far haven't seen it. If I have an source image such as a PNG image with an ICC profile, which the PNG reader provides as a metadata item, how do I use the colorconvert functions to transform from that profile to some other color space, e.g. sRGB.
Beta Was this translation helpful? Give feedback.
All reactions