ufoProcessSpecifyConvertPixelTypes

void ufoProcessSpecifyConvertPixelTypes(
ufoProcess process_instance,
ufoPixelType* input_convert_pixel_types,
ufoPixelType* output_convert_pixel_type);

Refer to the following table for command descriptions:

Command

Description

input_convert_pixel_types

array of input pixel type pre conversions, to be returned

output_convert_pixel_type

output pixel type post conversion, to be returned

This function is optional. If supplied, it will be called before the rendering of any rectangular region of the UFO process outputs.

The pixel types of the rasters that will be supplied to the UFO process inputs and output are passed in the input_convert_pixel_types array and output_convert_pixel_type variable, respectively. If you would like the application to pre-convert the input rasters or supply a different type output to be converted after rendering, then change these values.

This function is intended as a better alternative to the ufoProcessSetPixelTypeCombinations function library function.



Autodesk Softimage v7.5