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

When creating an exposure transform for a logarithmic color space we get the best (most predictable) behavior if we use a an exposure step that reflects the colorspace. The exposure...

Currently the OCIO File Rules are only based on the path string for the media. This was done intentionally since dealing with file format metadata was deemed too complex for...

Feature Request

One of the requirements for nanoColor is that it have no external dependencies. Most of the dependencies have already been removed, via optional CMake flags. However, code from Imath and...

Feature Request

Since nanoColor is a light weight version of OCIO, it will not support all color spaces. For example, color spaces that use a FileTransform won't be supported. Applications that want...

Feature Request

In the nanoColor prototype, the getCacheId method on the Config class is not working properly. This is because it is generating the ID by serializing the config to Yaml and...

Feature Request

Currently OCIO is not available for use in web applications (i.e., running in a browser). This task is to add a JavaScript binding that makes it simple to use OCIO...

Feature Request

As part of the nanoColor project, we have been trying to reduce the size of the library. Currently nanoColor is between 1.5-3 MB, depending on the platform and compiler flags...

Feature Request
help wanted

The API for nanoColor is very similar to full OCIO, so most of the documentation will continue to apply. However, it will be necessary to make a complete pass through...

Documentation

The question is the same for all external dependencies, but solution could be different depending of the third-party library usage within OCIO. OCIO has three main types of third-party library...

Feature Request
Needs Discussion

This is a collaboration between OpenUSD, MaterialX, and OpenColorIO. OpenColorIO nanoColor is a light-weight version of OCIO that has no external dependencies. It is aimed at applications requiring basic color...

Feature Request