OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
- Instead of assuming a hard-coded visual studio installation path, we're now using the vswhere.exe tool that the visual studio installs in every system. This removes the necessity to specify...
Made a small improvement in the GPU shader for half-domain LUT1D ops. The half-domain LUT1D is structured like a half-float and so it has two entries for zero (positive and...
After the [recent changes committed for ocioview](https://github.com/AcademySoftwareFoundation/OpenColorIO/pull/1966) I can no longer load an image. The following error is printed in the Terminal when I attempt this. ``` [ocioview Error]: 'ProcessorContext'...
Ideally #473 should have been caught by an automated tests (using doctest or similar) http://www.sphinx-doc.org/en/stable/ext/doctest.html
There is already a built-in `CURVE - LINEAR_to_ST-2084` transform, but no HLG curve exists. Only `DISPLAY - CIE-XYZ-D65_to_REC.2100-HLG-1000nit` which, being display-referred cannot be used for scene light conversions to and...
One big gap in OCIO that is not easily solvable without external tooling and secondary processes (prone to error) is a way for config authors to specify embeddable metadata that...
Hi! [Talking with my Debian Developer hat on] I'm trying to package OCIO v2.3.2 in Debian and it seems like I'm forced to package minizip-ng tool as well because the...
I notice that Larry has recently done a lot of [experimentation and development on the OIIO build system](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4242). The thread in the PR has some good info about various ways...
In broadcast scenarios it is necessary for all processing to pass both sub-black and super-white values. BT.2111 test patterns, for example, include PLUGE, and the ramp goes from -7 to...
With the recent update of cmake to v3.29.1 (v3.29 was okay before) of GitHub Actions, OpenColorIO started failing not finding its dependencies: ``` CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.29.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The...