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

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

Feature Request
Needs Discussion

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.

Help Wanted

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

Documentation
good first issue
help wanted
Python

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

Needs Discussion

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

Needs Discussion

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

Needs Discussion

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

Needs Discussion

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

Feature Request
Needs Discussion