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

I installed it using https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/RB-2.2/share/dev/windows/ocio.bat >>> modname = "PyOpenColorIO" >>> path = r"C:\ocio_temp\ocio\3.9\install\Release\lib\site-packages\PyOpenColorIO.pyd" >>> loader = importlib.machinery.SourceFileLoader(modname, path) >>> _mod = types.ModuleType(loader.name) >>> loader.exec_module(_mod) Traceback (most recent call last): File...

Support
To Close

Apparently Terragen supports OCIO: https://planetside.co.uk/wiki/index.php?title=OpenColorIO Should it be added to the web site as a OCIO supporting app?

Documentation

Does OCIO routinely do a CI run with address sanitizer enabled? In OpenImageIO where I've built against OCIO 2.3, everything seems to run fine for ordinary tests, but when I...

To Close

This is macOS only. Rather than linking to the Carbon framework, I'm pretty sure you can just link to the ApplicationServices framework, and in SystemMonitor_macos.cpp replace the include with ApplicationServices/ApplicationServices.h....

Help Wanted

Named Transforms are an alternative to color spaces and are used in the new OCIO configs for ACES. It would be helpful if the OCIO command-line tool ocioconvert added an...

good first issue
help wanted
Tools

The ocioperf command-line tool is used to do performance tuning. Originally it used OpenImageIO to load an image file to be processed for the test. However, if OpenImageIO was not...

good first issue
help wanted
Tools

When editing a MatrixTransform in ocioview, you have the option of using a number of matrix constructors (fit, sat, scale, view). These take simplified input parameters and populate the transform's...

Python
Tools

ocioview currently has inspectors for curves (#1845 ) and color volumes ( #1875 ). This task would involved building a QGraphicsScene or OpenGL viewport which displays an interactive CIE chromaticity...

Python
Tools

Similar to #1877 , an interface could be implemented for viewing rules, which would provide input color space and display combo boxes, and display the default view for the selected...

Python
Tools

The file rule editor in ocioview supports configuring and ordering rules in a config. It would be great to have a simple interface where a file name or path could...

Python
Tools