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.
|
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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.