Description

Read/write property exposing the conversion method used when operand images need to be converted.

Property type

A mcConversionMode enumeration.  

Syntax

object.Conversion [= value]

The Conversion Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McOperations.
valueA mcConversionMode enumeration, as described in settings.

Settings

The settings for value are:

ConstantValueDescription
 mccmScale2048

promote/convert with scaling

 mccmDirect1024

convert without any scaling

Remarks

If the operation will apply to two images, and the images are not of the same type (as described by the image's Type), then the lower precision image will be converted to a higher precision image prior to the operation. This property allows control over this implicit conversion.