VL.OCIO 1.6.0

dotnet add package VL.OCIO --version 1.6.0
                    
NuGet\Install-Package VL.OCIO -Version 1.6.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VL.OCIO" Version="1.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VL.OCIO" Version="1.6.0" />
                    
Directory.Packages.props
<PackageReference Include="VL.OCIO" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VL.OCIO --version 1.6.0
                    
#r "nuget: VL.OCIO, 1.6.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VL.OCIO@1.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VL.OCIO&version=1.6.0
                    
Install as a Cake Addin
#tool nuget:?package=VL.OCIO&version=1.6.0
                    
Install as a Cake Tool

VL.OCIO

NuGet NuGet Downloads

Reads OpenColorIO (OCIO) config files and can apply a selected color transformation to a texture. Especially helpful for working with CG artists or displaying vvvv rendering on HDR displays with 10-bit colors or more.

For use with vvvv, the visual live-programming environment for .NET: http://vvvv.org

Getting started

  • Install as described here via commandline:

    nuget install vl.ocio

  • Usage examples and more information are included in the pack and can be found via the Help Browser

Pipeline Checker

An interactive WebGPU tool for visualizing HDR/SDR color pipelines stage by stage. Drop in an EXR, DDS, or standard image and inspect how each processing step transforms the data — from BC texture compression through color grading, tonemapping, and display output.

Try it in your browser (requires Chrome/Edge with WebGPU)

PipeScope screenshot

Contributing

Credits

Based on OpenColorIO and OCIOSharp, my C# wrapper for it.

Sponsoring

Development of this library was partially sponsored by:

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.6.0 30 3/26/2026
1.5.6 78 3/21/2026
1.5.5 78 3/21/2026
1.5.4 75 3/20/2026
1.5.3 78 3/20/2026
1.5.2 76 3/20/2026
1.5.1 92 2/24/2026
1.5.0 110 2/23/2026 1.5.0 is deprecated because it is no longer maintained and has critical bugs.
1.4.3 179 2/20/2026
1.4.2 115 2/19/2026
1.4.1 93 2/19/2026
1.4.0 113 2/19/2026
1.4.0-pre5 86 2/19/2026
1.4.0-pre4 84 2/19/2026
1.4.0-pre3 82 2/19/2026
1.4.0-pre2 82 2/18/2026
1.2.0 133 1/16/2026
1.0.0 344 1/16/2025
1.0.0-beta3 162 1/16/2025
1.0.0-beta2 161 1/16/2025
Loading failed