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

Hello, I'm getting a really weird issue on a Windows machine that I can't reproduce on other machines or Linux. The following snippet of code produces nans which is causing...

Support
To Close

MinGW (at least the MSYS2 one) Python is a bit special and also uses the regular Unix location, so [the condition should probably be `if(WIN32 AND NOT MINGW)`](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/cac1ba5feffa8a59ddd072f4fd8db62c795acf64/src/bindings/python/CMakeLists.txt#L230). Even better...

Help Wanted
Build Issue

Hi And many thanks for your wonderful library. It could be pleasant for git based application hosting OCIO library to benefit of submodule git feature. This allowing OCIO library source...

Build Issue
To Close

Can we please, please, please provide utilities to go directly to CIE based colourimetry? None of the nonsense present at the SIGGRAPH 2022 discussion is valid to support routing through...

Needs Discussion

I've been investigating a report of negative input values resulting in unexpected output values on some CPUs. We have been able to reproduce the issue on one of our Windows...

Needs Discussion
Bug

Below I have renders in all 11 Look options for the EaryChow fork of AgX. It seems that Very High Contrast, High Contrast, Medium High Contrast, Medium Low Contrast, Low...

Support
To Close

When generating OSL some secondary functions are introduced which don't seem to be considered when setting the option to try and generate unique function names. The following is an example...

Needs Discussion

In some cases I need to have some form of interop with ICC profiles. I'm currently creating a FileTransform with the ICC profile and adding it as a scene referred...

Needs Discussion

Certain operations in the shader generation do not account for the use of `half` in the NVIDIA Cg shading language. Excerpt of a NVIDIA Cg shader generated with OpenColorIO 1.1.1:...

Needs Discussion

OCIO already has a set of [Optimization Flags](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/0c90ded16687b1b63f3e24ef417789c89b1dc509/include/OpenColorIO/OpenColorTypes.h#L567) that may be controlled by an environment variable. It would be nice to have a flag to disable the use of the...

Feature Request
Help Wanted