OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

A color management framework for visual effects and animation.

Results 363 OpenColorIO issues
Sort by recently updated
recently updated
newest added

cmake command: ``` cmake -D BUILD_SHARED_LIBS=ON -D OCIO_VERBOSE=ON -D ENABLE_SHARED=ON ^ -D OCIO_INSTALL_EXT_PACKAGES=NONE -D OCIO_BUILD_PYTHON=OFF -D OCIO_BUILD_APPS=ON ^ -D OCIO_BUILD_GPU_TESTS=OFF -D OCIO_BUILD_DOCS=OFF -D OCIO_BUILD_TESTS=OFF ^ -D Imath_LIBRARY=e:/DVR/lib/Imath-3_2.lib ^ -D expat_LIBRARY=e:/DVR/lib/libexpat.lib...

These changes just add detail to the instructions for setting up and building the documentation.

This change prevents calling powf(x,y) with negative x. The SIMD versions using ssePower() already seem to be resistent to negative pixel values, but the scalar version was not. This would...

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/overviews-direct3d-11-hlsl

It would be helpful to add additional features to the FileRules class to compare a pair of rules for equality and to copy a rule from one FileRules to another....

Feature Request
good first issue
help wanted

This method returns an empty string instead of the color space name. The same issue probably affects the other virtual display related methods when using shared views.

Bug

Primarily driven by a wish to increase performance of parsing .cube files. But the functions that are added or changed are used across parsing of all/most of text based formats....

In some cases a pair of inverse / forward LUTs don't get optimized away by OCIO but instead combined in a single half-domain LUT. This seems to happen when there...

PyPI's preferred way to upload wheels is their Trusted Publisher method. From their website: "PyPI package maintainers can adopt a new, more secure publishing method that does not require long-lived...

Feature Request
Build Issue