Doug Walker
Doug Walker
The interchange roles feature (aces_interchange and cie_xyz_d65_interchange) was introduced in OCIO 2.0 as a way to connect an OCIO config to other configs or to external color spaces or color...
Per 2022-07-07 email from Jeff Shapiro at Linux Foundation, there is a minor issue to take care of as a result of the latest license scan. To be addressed post-SIGGRAPH,...
An OCIO configuration consists of the config file YAML document along with an optional set of external LUT files. This information plays a critical role in the interpretation of many...
Following up on recent suggestions by @lgritz and @hodoulp, I'm creating an issue to capture thoughts on the topic of whether the OCIO library should provide one or more default...
In the documentation (both v1 and v2), the family property of a color space is defined as: "Allows for logical grouping of colorspaces within a UI." And indeed, that is...
The current ICC support provides two methods to instantiate a new display from an ICC profile: ``` int instantiateDisplayFromMonitorName(const char * monitorName); int instantiateDisplayFromICCProfile(const char * ICCProfileFilepath); ``` The argument...
It is sometimes useful for applications to know if a color space encoding is linear. In OCIO v2 there is a new "encoding" attribute of a color space that provides...
Some applications have functionality that generates synthetic objects that need to be integrated with a scene. These objects are sometimes in a specific color space. For example, a physical sky...
The existing LogCameraTransform is able to provide a very compact representation for many of the "pseudo-log" transfer functions that are used in current cameras (LogCv3, Log3G10, SLog3, VLog, etc.) and...
Issue #1117 requests OpenFX plug-ins for OCIO and Michael has PR #1371 in progress that is almost complete to implement a ColorSpaceTransform and DisplayViewTransform plug-in, which are the key ones....