OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

A color management framework for visual effects and animation.

Results 363 OpenColorIO issues
Sort by recently updated
recently updated
newest added

Currently the only way to create a processor from a named transform is to pair the named transform name with a color space name (`config.getProcessor("cs", "nt")` or `config.getProcessor("nt", "cs")`), which...

API Change
Discussion

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...

Feature Request
Discussion
Size-S

Hi all, I've been reading about file rules and decided to modify the ACES 1.2 config to include the file rules from OCIO documentation: ``` files_rules: - ! {name: LogC,...

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,...

Documentation

python 3.8 stopped loading DLLs from PATH, which breaks PyOpenColorIO when it and its dependencies have been built as shared libraries. This PR provides an optional (gated behind an env...

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...

Feature Request
Discussion
Size-L

Downloads links corrected to use HTTPS instead of HTTP. We had problems when downloading the config files using this http links, the browser didn't allow the download to start. Signed-off-by:...

Following in #1645 and discussions at the last TSC meeting, I'm opening this PR to get the ball rolling. As mentioned, the choice of hash function is not fixed, it...

Hello, The suggestion is as follow : **offering a way in config to specify the colorspace in charge of defining the conversion between the reference and the sRGB "display" colorspace.**...

Needs Discussion

Missing #include in src/OpenColorIO/FileRules.cpp https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/06601f0e435bed79c792c2627ad19145b287ca38/src/OpenColorIO/FileRules.cpp#L6 It is included in the master branch but for some reason not in the release packages.

Build Issue
To Close