OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
macOS Sequoia 15.7.1 (i.e. fully up to patch level for Sequoia) GL Vendor: Apple GL Renderer: Apple M4 Max GL Version: 2.1 Metal - 89.4 GLSL Version: 1.20 > [202/241]...
With OCIO v2 we now have a description field in the View specification, maybe it would be interesting to have a corresponding field for the display itself. An example use...
Now that OCIO 2.5 supports Vulkan, it would be great to test that in GitHub Actions. This would probably consist of several tasks, which could potentially be done by different...
Fixes issue #2203. - The interop ID "srgbx_p3d65_display" was changed to "srgbe_p3d65_display". - Interop ID problems are changed from an error to a warning. - Warnings are summarized at the...
ACES 2 support was finalized in OCIO 2.4.2 but it is still described a "experimental" in various places in the code. - OpenColorTypes.h: Update FixedFunctionStyle enum. - OCIOYaml.cpp: Logs a...
ociocheck fails with the following InteropID error for the latest built-in configs: studio-config-v4.0.0_aces-v2.0_ocio-v2.5 cg-config-v4.0.0_aces-v2.0_ocio-v2.5 `ERROR: InteropID 'srgbe_p3d65_display' is not valid. It should either be one of Color Interop Forum standard...
OpenColorIO has some 3rd party dependencies for which custom "FindPackageName.cmake" files have been written. Examples: yaml-cpp, Imath, minizip-ng,... These all check if the "PackageName_ROOT" variable is defined and if not...
Looks like containers for CY2024 and CY2025 don't have OIIO in them thus the CI builds that are set to exercise OIIO build without OIIO. Log snippet from the "**Linux...
OCIO color spaces contain a categories attribute that allows config authors and applications to filter the list of color spaces shown in a given menu based on its function (e.g....
Hello ! I noticed a conflict between PyOpenColorIO 2.4.2 and PyQt6. Let me detail the issue, when importing PyOpenColorIO after PyQT6, python crashes. But when importing PyOpenColorIO first, it works....