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

``` In file included from C:/M/B/src/OpenColorIO-2.4.2/src/OpenColorIO/ops/lut1d/Lut1DOpCPU_SSE2.cpp:10: C:/M/B/src/OpenColorIO-2.4.2/src/OpenColorIO/SSE2.h:354:19: error: incompatible pointer types assigning to '__fp16 *' from 'int16_t *' (aka 'short *') 354 | vst1q_f16((float16_t *)(out+0), rgba); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ C:/msys64/clangarm64/lib/clang/20/include/arm_neon.h:39424:26: note:...

Build Issue

2.4.2 no longer builds using the MinGW toolchain: https://github.com/msys2/MINGW-packages/actions/runs/13943135122/job/39024134626?pr=23719#step:10:596 The change that broke seems to be related to https://github.com/AcademySoftwareFoundation/OpenColorIO/pull/2112 @cozdas P.S. Please consider [adding MSYS2 to your CI](https://www.msys2.org/docs/ci/), as there...

Based on discussion at the 2025-03-17 TSC meeting, the decision has been made to raise the minimum supported C++ language version from C++11 to C++17. Note that the VFX Platform...

Build Issue

Creating this issue to capture the follow-up required on PR #2128. 1. It would make sense to have setConfigIOProxy clear the file and processor caches. This is necessary and a...

I'm using the source for v2.4.0 and I'm seeing a container overflow when building with address sanitizer enabled: ``` #0 0x0000000311ca31a8 in __asan::AsanDie () #1 0x0000000311cbe7a0 in __sanitizer::Die () #2...

This PR implements support for [Astral's uv](https://docs.astral.sh/uv/) and drops support for [Poetry](https://python-poetry.org). - The `pyproject.toml` file is now much more standard and can use with many other tools. - Assuming...

In our use case, we are passing const void pointers to build a source `PackedImageDesc` for use in `CPUProcessor::apply`. However, `PackedImageDesc` requires a non-const pointer. I assume this is so...

When calling ocioconvert from a terminal on windows and an invalid bitdepth is given, it does not output the intended error message: https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/main/src/apps/ocioconvert/main.cpp#L142 This is because the throw is not...

good first issue
help wanted

In some cases OCIO generates invalid HLSL code like this: `if ( gamma != float3(1., 1., 1.) )` This fails compilation with the following error: `error X3019: if statement conditional...

According to buildspec.yml the AWS CodeBuild for GPU builds is still using a CY2020 build container, would it make sense to move this forward to a newer version? For one...