OpenColorIO
OpenColorIO copied to clipboard
A color management framework for visual effects and animation.
As mentioned in [the Installation guide](https://opencolorio.readthedocs.io/en/latest/quick_start/installation.html), there are two .bat scripts available to help install prerequisites and build OCIO on Windows. These are helpful, however, there are some rough edges...
OCIO uses some CPUInfo code to check which SIMD intsruction sets are supported on a given machine and this is used to decide which Lut1D and Lut3D evaluation code to...
The FileTransform class has several static methods such as GetFormatExtensionByIndex that will allow client programs to iterate over all of the supported formats to check if a given extension is...
As recently discussed in the tech project leads Slack, ASWF websites should have an [LF trademark disclaimer](https://docs.linuxfoundation.org/lfx/insights/v3-beta-version-current/project-overview-page/best-practice-score/checks/legal-checks#trademark-disclaimer). ``` Copyright © PROJECTNAME a Series of LF Projects, LLC For web site...
~~It should be `max index / max size` because `4096 / 4096 + 1 = 2`, which means that two rows are allocated when a LUT1D with a size of...
Hi all, I'm using ociobakelut to convert a config-free .cube 33x33x33 LUT to .icc. When I do this in 2.3.1 I get a good conversion. When I do this in...
I think the correct categories would be: 2D, 3D, Animation, Compositing, Editing, Lighting, Playback, Render, Simulation, Texture, Tracking Website is www.derivative.ca attached is the icon. Thanks! 
The documentation on [Contributing](https://opencolorio.readthedocs.io/en/latest/guides/contributing/contributing.html) has some basic information about running the unit tests. However, it would be helpful to extend that to cover situations such as: - Running individual tests...
I guess minizip-ng support was added before minizip-ng become 3.0.8 and compilation had no issues. Now when MZ is 3.0.8 compiling give an error. ``` /* MZ_VERSION */ #define MZ_VERSION...
Currently, Builtin Transforms are expanded into the underlying op pieces before being saved to CTF. Although this is exactly equivalent in terms of the numerical results, it could obfuscate the...