OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
Recently I've been thinking a bit about how to improve the config format, so I'm going to open a few issues to spawn some discussions, relates to the recent v2...
We need to get homebrew updated to install OCIO v2. This should simplify matters for many Mac users who have difficulty building OCIO from source.
On this page: https://opencolorio.readthedocs.io/en/latest/guides/developing/developing.html extend the example to include python code from here: https://opencolorio.org/old/developers/usage_examples.html in the section "Displaying an image, using the CPU (Full Display Pipeline)." The python binding to...
Fix Typo
Fix minor typo in NamedTransform. Example output currently: ``` [...] Invoked with: kwargs: referenceSpace=, name='sRGB Display View', description='IEC 61966-2-1:1999 Reference sRGB Display', toReference=
As part of my efforts to improve my personal ACES OCIO configuration, I developed a simple gamut mapping method meant for display transforms. It's applied after the matrix transform and...
I was thinking about the use of YAML editors to edit OCIO config files and I was wondering if we should make a way to generate a JSON Schema https://json-schema.org/...
Display colour spaces are combined with view transforms to create output transforms for viewing an image on a display, but they can also be used as input colour spaces and...
The current RGB_TO_HSV and HSV_TO_RGB fixed function implementations have some modifications to them, which changes the way they behave. According to the comments next to the implementation, this is to...
i.e., similarly to how it's possible to load an OCIO config from a stream -- as in, a string of the xml contents of a CTF / CLF. To my...