Scroll to navigation

OCIOCONVERT(1) User Commands OCIOCONVERT(1)

NAME

ocioconvert - apply colorspace transform to an image

DESCRIPTION

ocioconvert -- apply colorspace transform to an image

usage: ocioconvert [options] inputimage inputcolorspace outputimage outputcolorspace

or: ocioconvert [options] --lut lutfile inputimage outputimage or: ocioconvert [options] --view inputimage inputcolorspace outputimage displayname viewname

OPTIONS

Convert using a LUT rather than a config file
Convert to a (display,view) pair rather than to an output color space
Use GPU color processing instead of CPU (CPU is the default)
Use the legacy (i.e. baked) GPU color processing instead of the CPU one (--gpu is ignored)
Output the OCIO shader program
Print help message
Display general information

OpenImageIO options:

"name=float" pair defining OIIO float attribute for outputimage
"name=int" pair defining OIIO int attribute for outputimage
"name=string" pair defining OIIO string attribute for outputimage
Crop or pad to make pixel data region match the "full" region
Select channels (e.g., "2,3,4")
August 2023 ocioconvert -- apply colorspace transform to an image