Description
Sets the ImageType for the output files of Convert or Store
-
Property type
-
A Variant value.
-
Syntax
-
object.OutputImageType [= value]
The OutputImageType Property syntax has these parts: |
| object | An expression evaluating to an object of type McFiles. | | value | A Variant value. | Remarks
If the OutputImageType is set, Source Files are read, converted to this type, and then Written out to their destination. An error may occur if the Write Stream is not compatible with this ImageType. For example, having an OutputImageType of Float and then saving as JPEG will result in an error since JPEG only supports integer data.
|