OCIO 2.4 Release¶
Timeline¶
OpenColorIO 2.4 was delivered in September 2024 and is in the VFX Reference Platform for calendar year 2025.
New Feature Guide¶
ACES 2.0 Output Transforms (PREVIEW RELEASE)¶
The Academy Color Encoding System has released a new major version with a completely new set of Output Transforms (which are the transforms that convert from ACES2065-1 to a display color space). These transforms are much more sophisticated than ACES 1 and include a sophisticated gamut mapping algorithm that takes advantage of recent work in color appearance modeling. The invertibility of the transforms is also improved.
ACES 2 support in OCIO 2.4.0 is labelled a “Preview Release” to indicate that this is a work-in-progress that is not yet ready for production use. Both the processing results and the API for it will likely change in OCIO 2.4.1 and future releases.
The OCIO config files for ACES 2 are still under development, but prototype configs for testing may be downloaded from this PR on the OpenColorIO-Config-ACES repo.
A preliminary technical description of the ACES 2 Output Transform algorithm may be found at this link.
Built-in Configs¶
An updated set of built-in CG and Studio configs is included in the 2.4 release. These include the updates from the OCIO Configs Working Group over the past year. The updates include:
Updated texture asset color space names, following the work of the ASWF Color Interop Forum. (The previous names for all active color spaces have been preserved via an alias.)
Making the display color spaces active (allowing for easier display-to-display conversions).
Additional updates for the Studio config include:
Addition of the Apple Log camera color space
Given that the ACES 2 support is still a work-in-progress, the built-in configs in 2.4.0 are based on ACES 1.3. Versions for ACES 2 are under development and are planned for the OCIO 2.4.1 release.
For Users¶
The following URI strings may be provided anywhere you would normally provide a file path to a config (e.g. as the OCIO environment variable):
- To use the updated OCIO CG Config for ACES, use this string for the config path:
ocio://cg-config-v2.2.0_aces-v1.3_ocio-v2.4
- To use the updated OCIO Studio Config for ACES, use this string for the config path:
ocio://studio-config-v2.2.0_aces-v1.3_ocio-v2.4
- This string will give you the current default config, which is the latest ACES CG Config:
ocio://default
- This string now points to this latest CG config:
ocio://cg-config-latest
- This string now points to this latest Studio config:
ocio://studio-config-latest
Tool Enhancements¶
For Users¶
There are now Python Wheels available for Python 3.13 (Python 3.7 support will be removed soon).
There is a
bitdepth
argument toocioconvert
to control the processing and writing bit-depth.There is a
ociocpuinfo
utility that prints info about the CPU in your computer, especially which SIMD intrinsics it supports. As with the other command-line tools, this is available as part of an OCIO install when building from source or via PyPI.
API Enhancements¶
For Developers¶
You may find the following additions to the OCIO API useful:
There is now a
hasAlias
method on the ColorSpace and NamedTransform classes.The FileTransform class has a new static method
IsFormatExtensionSupported
that checks if a specific LUT format file extension is supported by OpenColorIO.
New Fixed Function Transforms¶
New Built-in Transforms¶
For Config Authors¶
In config files with ocio_profile_version
set to 2.4 or higher, config authors may take
advantage of the following new BuiltinTransform styles:
APPLE_LOG_to_ACES2065-1
– Converts Apple Log to ACES2065-1.CURVE - APPLE_LOG_to_LINEAR
– Applies only the EOTF curve for Apple Log.CURVE - HLG-OETF
– Applies the OETF curve for Hybrid Log Gamma.CURVE - HLG-OETF-INVERSE
– Applies the inverse-OETF curve for Hybrid Log Gamma.DISPLAY - CIE-XYZ-D65_to_DCDM-D65
– Implements a display color space to produce a Digital Cinema Distribution Master (DCDM) with a D65 creative white point. This uses the traditional 2.6 gamma SDR transfer function.DISPLAY - CIE-XYZ-D65_to_ST2084-DCDM-D65
– Implements a display color space to produce an HDR Digital Cinema Distribution Master (DCDM) with a D65 creative white point. This implements the ST-2084 transfer function for HDR with an input Y value of 1.0 mapping to 100 nits.
The following implement various View Transforms used by the ACES 2 Output Transforms:
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-REC709_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-108nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-300nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-500nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-1000nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-2000nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-4000nit-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-500nit-REC2020_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-1000nit-REC2020_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-2000nit-REC2020_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-4000nit-REC2020_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-REC709-D60-in-REC709-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-REC709-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-REC709-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - SDR-100nit-P3-D60-in-XYZ-E_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-108nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-300nit-P3-D60-in-XYZ-E_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-500nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-1000nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-2000nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-4000nit-P3-D60-in-P3-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-500nit-P3-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-1000nit-P3-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-2000nit-P3-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-4000nit-P3-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-500nit-REC2020-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-1000nit-REC2020-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-2000nit-REC2020-D60-in-REC2020-D65_2.0
ACES-OUTPUT - ACES2065-1_to_CIE-XYZ-D65 - HDR-4000nit-REC2020-D60-in-REC2020-D65_2.0
Release Notes¶
For additional details, please see the GitHub release page: