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

The optimizer will remove pairs of adjacent ops that are inverses of each other. However, the comparison is probably more strict than it needs to be. For example these ops...

Bug

Ideally, the same unit test code should be used for OpenGL, OpenGL Core Profile and Dx11.

This adds a clang-format target, based on OpenImageIO implementation, to automatically format the source code with the .clang-format profile. Hoping to have feedback on the coding style to nail down...

`direction:inverse` fails while `direction: inverse` succeeds silently. @Shootfast reports that ociocheck also fails to note the problem.

Needs Discussion
good first issue

We often have transforms which need to vary, say, sequence to sequence. For example: say most of the show converts to `default_log` to apply a client grade.. except one sequence...

Feature Request
Needs Discussion

Given that V4 makes it impossible to deduce the implicit white point of a characterization, how is OCIO V2 dealing with this rather impossibly large obstacle? As per the more...

Needs Discussion

@michdolan after pushing my branch for a PR (https://github.com/scoopxyz/OpenColorIO/tree/feature/python_docstrings) I realized that the Python script that extracts the docstrings from the headers and creates the string-literals that get referenced in...

Needs Discussion
Documentation

In PR #322 (and discussed in Issue #149), Malcolm Humphreys implemented a nice feature that adds an optional environment section at the top of a config file to declare the...

Feature Request
Needs Discussion

Commas are used as a separator for the string passed to setActiveViews or received from getActiveViews. If a view name has a comma, it will be treated as a separator...

Bug