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

Just some ifdef glue to make it build on OpenBSD. ``` diff --git a/export/OpenColorIO/OpenColorABI.h.in b/export/OpenColorIO/OpenColorABI.h.in0a3fb..f1dfa67 100644 --- a/export/OpenColorIO/OpenColorABI.h.in AMAGE. // If supported, define OCIOEXPORT, OCIOHIDDEN // (used to choose which...

Feature Request
To Close

As it's now available in Nuke 8, along the lines of #328 I wonder how difficult/worthwhile a Blink implementation of the Nuke nodes would be.. http://docs.thefoundry.co.uk/nuke/80/Blink/

Feature Request
To Close

# Updated Documentation: Specify Types for GradingPrimary Attributes ## Description: This pull request updates the documentation for the GradingPrimary class in OpenColorIO to specify the expected types for its attributes,...

Hi OCIO team, As per the discussion in #1956, I added RGBA texture format in GpuShaderCreator and made GpuShaderCreator store LUTs in RGBA when the shader language is in metal....

Fix an occasional race condition caused by minizip-ng building before zlib.

Added two uage options to ocioconvert to apply NamedTransforms: ocioconvert [options] --namedtransform transformname inputimage outputimage ocioconvert [options] --invnamedtransform transformname inputimage outputimage --namedtransform Convert using a named transform in the forward...

Trying to compile this with gcc13 on macOS, I get a bunch of errors: ``` In file included from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_graphics_opencolorio/opencolorio/work/OpenColorIO-2.3.2/src/OpenColorIO/fileformats/xmlutils/XMLReaderUtils.h:17, from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_graphics_opencolorio/opencolorio/work/OpenColorIO-2.3.2/src/OpenColorIO/fileformats/xmlutils/XMLReaderHelper.h:12, from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_graphics_opencolorio/opencolorio/work/OpenColorIO-2.3.2/src/OpenColorIO/fileformats/cdl/CDLReaderHelper.h:7, from /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_graphics_opencolorio/opencolorio/work/OpenColorIO-2.3.2/src/OpenColorIO/fileformats/cdl/CDLParser.cpp:8: /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_graphics_opencolorio/opencolorio/work/OpenColorIO-2.3.2/src/utils/NumberUtils.h:42:5: error: 'locale_t' does...

Build Issue

Opening this PR early even though it's very much a work in progress / prototype so far, the code is more or less imported directly from the CTL. Next steps...

It is generally possible to read and write configs that are syntactically valid but which are incomplete and hence would not pass validation. (For example, it is currently possible to...