ImageColorModeEnum (COM-based API)
ImageColorModeEnum enumeration constants are used to set the image color.
enum ImageColorModeEnum {
ICM_AsIs = 0,
ICM_Color = 1,
ICM_Gray = 2,
ICM_BlackAndWhite = 3
};
Elements
Name | Description |
ICM_AsIs | Image will be exported as is. |
ICM_Color | Color image will be exported. |
ICM_Gray | Gray image will be exported. |
ICM_BlackAndWhite | Black and white image will be exported. |
See also
ITiffExportSettings::ColorMode,
26.03.2024 13:49:49