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

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...

Documentation
good first issue
help wanted
Build Issue

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...

Feature Request
good first issue
Tools

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...

Feature Request
good first issue

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...

Documentation
good first issue
help wanted

~~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...

Help Wanted
Bug

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! ![TouchDesigner](https://github.com/AcademySoftwareFoundation/OpenColorIO/assets/3588417/c257699d-809a-4ff4-9113-43f8fc8eac70)

Documentation
good first issue

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...

Documentation
good first issue
help wanted
devdays25

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...

Needs Discussion

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...

Feature Request
Help Wanted