OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
This issue is to solve the issue that is causing the GitHub Actions Dependencies Latest CI runs to fail due to a GLIB problem. This should be solvable using the...
Adding the config file (.readthedocs.yml) got our ReadTheDocs site building again, after being broken for a while. However, it is now created using Sphinx 7.1.2 and Press Theme 0.9.1 and...
StepSecurity automatically generates a pull request that adds several hardening measures to your repo. Run it [here](https://app.stepsecurity.io/securerepo). By default, the process will create one composite PR that makes multiple changes....
The OpenSSF Best Practices Badge suggests [signing release artifacts](https://www.bestpractices.dev/en/criteria), using OpenEXR's [release-sign.yml](https://github.com/AcademySoftwareFoundation/openexr/blob/main/.github/workflows/release-sign.yml) workflow as a template. It's triggered on release creation and does these steps: 1. Runs `get archive` to...
Add a section to the security policy that describes the support status of each release, like the [OIIO table](https://github.com/AcademySoftwareFoundation/OpenImageIO/security#supported-versions).
I am VERY new to compiling software, and I'm sure all the subtleties that go along with it. I'm trying to build OpenColourIO on Windows 10. I found the instructions...
The referenced builtin config here does not exist: https://opencolorio.readthedocs.io/en/latest/api/config.html 
The [documentation provides some C++ and Python code examples](https://opencolorio.readthedocs.io/en/latest/guides/developing/developing.html) for doing various things with the OCIO API. There is a need for some examples that shows how to use the...
OCIO now makes available to config authors a set of transforms that are built into OCIO itself. At each release, new transforms tend to be added. The current list may...
Under tests/data/files there are already a lot of example LUTs in many formats. However, these are mostly used for LUT file format parser tests. It would be useful to have...