Python: Processor¶Usage¶import PyOpenColorIO as OCIO
config = OCIO.Config()
processor = config.getProcessor()
Description¶The Processor is the object used to actually perform image transformations. Processor objects are not instantiated directly, but are created from the Config object, as shown above. Functions¶
CPU Path Methods¶
GPU Path Methods¶
|