UseFastConversion property (ILEADRasterIO)
VARIANT_BOOL UseFastConversion | |
Overview |
Refer to Loading a Bitmap from a File. |
Remarks
Enables or disables using the fast color conversions when loading CMYK or CIELab files.
Setting this property to TRUE will greatly speed up the loading of CMYK and CIELab files, but it will reduce the image quality.
This property used with TIF and JPEG only.
Possible values are:
Value |
Meaning |
VARIANT_TRUE |
Speed up the loading of CMYK and CIELab files. |
VARIANT_FALSE |
Don’t speed up the loading of CMYK and CIELab files. This is the default value. |
See Also