OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
This is mentioned in #341. This behavior is not intuitive in Nuke - when an artist presses "R", they expect to see the red channel shuffled into rgb, not the...
https://github.com/imageworks/OpenColorIO/blob/a557a85454ee1ffa8cb66f8a96238e079c452f08/src/core/PathUtils.cpp#L213 If an environment variable contains itself, the PathUtils.cpp EnvExpand function will recursively expand the string forever, e.g ``` $BLAH="aaa $BLAH bbb" ``` gets expanded to ``` aaa aaa $BLAH...
Hello, We've run into some problems with the content and structure of the ICC profiles created by 'ociobakelut' from the ACES OCIO config. The issues are reported below. 1. The...
We've come across situations where it would be nice to support some form of extrapolation of 1D LUTs, or more generally to control the behavior outside the domain/range of the...
I think being able to get the processor for a given `Baker` instance would be useful - e.g to generate a preview of the given LUT, or to get the...
The order of the items in the "channel view" dropdown changed between Nuke 8 and 9 (R/G/B/Matte Overlay/Luminace) Here's a patch of the 1.0.9 code - shall try and remember...
Some parameters (like "[${Boost_INCLUDE_DIR}](https://github.com/imageworks/OpenColorIO/blob/1384029df00525c479e2c7e52fdfa294413fceb6/CMakeLists.txt#L114)" and "[${CMAKE_SOURCE_DIR}/export/](https://github.com/imageworks/OpenColorIO/blob/64adcad300adfd166280d2e7b1fb5c3ce7dca482/src/apps/ocioconvert/CMakeLists.txt#L2)") are passed to CMake commands in your build scripts without enclosing them by quotation marks. I see that these places will result in build...
From the nuke-users mailing list, "[Nuke-users] OCIO frustrations" thread: > One of the things that OCIO seems to mention frequently in the documentation is its ability to recognize context/environment variables....
From the ocio-dev thread "Using environment variables/context to point to a colorspace" by Donat Van Bellinghen, > we frequently get footage shot with different cameras. I'd like to find a...
Previously, it was reasonable to have displays which were not in the active list. However, in 1.0.9, the displayCache culls the list of displays, even when writing out a config....