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

Thought I would share some notes I took while deep diving the Authoring documentation: - The reference definition in [Roles](https://opencolorio.readthedocs.io/en/latest/guides/authoring/authoring.html#roles) seems to be backwards with the Note stating that "The...

Documentation
good first issue
help wanted

In PR #1759 we made a fix to try and solve problems caused by the change in library path behavior of Python >= 3.8 on Windows. Following the solution used...

good first issue
help wanted

Related to issue #1781 . https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1781 For CPU processor, when source has no alpha (RGB) but dest does (RGBA) make it default to 1. GPU Processors (new and legacy) did...

Hi, Currently we've been in the process of integrating OCIO and believe we've encountered an issue regarding the dynamic properties feature. As far as we understand, they are solely supposed...

I added some new buttons to clamp the chromaticity inspector chromaticities by default in range [0, 1]. This helps giving some control over the transformation chain and alleviate some problems...

One of the agreed upon requirements for the nanoColor project is that there be a set of color space names which are guaranteed to always mean the same thing. Applications...

Feature Request

Since NanoColor will only work from built-in configs, context variables will not be supported. As a result, there is some simplification that may be done regarding the Context class so...

Feature Request

This PR fixes the build with minizip-ng-3.0.10-7.fc40 package.

Hello, This is the follow-up issue of [my question on the OCIO slack ](https://opencolorio.slack.com/archives/C3R102Z50/p1722510182990629). From the [the NanoColor OpenSourceDays24 recording](https://youtu.be/aR3RZEHownA) there was this bullet point which sparked my interest: >...

This one took me a few hours to understand what is going on: The ACES Builtin transforms do not clamp which is fine. However, Nuke `OCIODisplay` node does but OCIOView...