OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
This fixes the bug where the "Views" submenu (renamed from "Transform") doesn't update when a new "Display" is chosen (renamed submenu from "Device"). https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/2057
Numpy matrices may be stored in either row-major or column-major order. The user is typically not aware of the order being used, especially since some Numpy operators swap the order...
OCIO's LUT file parsing is set up to work from files on disk. It would be very helpful to be able to have a function that would take a memory...
Our CI currently tests four VFX Reference Platform versions: the current year and three previous years. This aligns with what the VFX Platform recommends and should appear somewhere in the...
This variable was introduced to work around a change in Python 3.8 around its DLL search path on Windows, following what was done in other projects [such as OIIO](https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/8bfa9943abe90c58c178bc0843060fc72d2c02bd/src/python/__init__.py#L7). However,...
This would be a great first issue for someone! Under the src/apps directory, OCIO comes with a few applications that allow people to test out various aspects of the software....
This issue is to solve the issue that is causing the GitHub Actions Dependencies Latest CI runs to fail due to a problem installing OpenImageIO on Windows.
Hello, This a improvement request for the OpenColorIO documentation. # issue When browsing the API documentation, example https://opencolorio.readthedocs.io/en/latest/api/config.html it is very hard to find the object you are looking for...
`IdentifyBuiltinColorSpace()` applies transformations on pixel values that can leave the pixel value containing negative values. Subsequently, when a gamma curve is applied in `OpenColorIO_v2_4dev::GammaMoncurveOpCPURev::apply()` the `powf()` function is called with...
The directory should be: OpenColorIO/share/docker. Instead of OpenColorIO/shared/docker. I wasn't able to find /shared/docker.