OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
I would like to add our application [Anchorpoint](www.anchorpoint.app) to the list of supported applications. We support OCIO to display OpenEXR files for our asset manager and review tools.
This PR adds four new processor constructors to `Config`: - `NamedTransform` object and direction - `Context`, `NamedTransform` object and direction - Named transform name/alias and direction - `Context`, named transform...
Follow up of #1637, fix ninja build for local OpenEXR as found by @elsandosgrande.
Follow up of #1598, fix the crosstalk shaper space check making sure we use the optimised processor to allow typical collapse of matrices. There is another issue related to the...
While debugging various DCCs OCIO support through `OCIO_LOGGING_LEVEL`, I found that this simple print of the library version could be useful.
Address issue #1623 by supporting ICC Parametric Curve type 1-4 implemented as 1DLUT. I used a side-car python [script](https://gist.github.com/remia/4cab0fb18a794d699d8ae2d6b77091a4) during my tests to compare the results against pure Python or...
getting this when installing from the vcpkg install mentioned in the official documentation: ``` -- Found external ninja('1.10.2'). -- Configuring x64-windows CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message): Command failed: "C:/Program Files/Microsoft...
We want to allow the upcoming Studio config to be LUT-free for version 2.2 of the library. Here is the current list of transforms to add: - ARRI LogC4 -...
In the 'from_chars' function, it's first checked if errno != 0 and immediately returns with std::errc::result_out_of_range aka ERANGE. Please refer issue [1624] (https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/1624) The function 'strtol_l' is not available on...
Hi, Is it possible to request RGBA pixel format textures buffers for the GPU shader transform? In Metal RGB is not supported so it would need to be manually converted...