public final class JpegCompressionColorMode
extends com.aspose.ms.System.Enum
Сolor mode for jpeg images.
Modifier and Type | Field and Description |
---|---|
static int |
Cmyk
4-component CMYK image.
|
static int |
Grayscale
The Grayscale image.
|
static int |
Rgb
The RGB Color mode.
|
static int |
YCbCr
YCbCr image, standard option for jpeg images.
|
static int |
Ycck
The ycck color jpeg image.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Grayscale
The Grayscale image.
public static final int YCbCr
YCbCr image, standard option for jpeg images.
public static final int Cmyk
4-component CMYK image.
public static final int Ycck
The ycck color jpeg image. Needs icc profile for saving.
public static final int Rgb
The RGB Color mode.