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: Settings The settings for value are:
 | mccmScale | 2048 |
promote/convert with scaling
|
 | mccmDirect | 1024 |
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.
|