public final class JpegCompressionColorMode
extends com.aspose.ms.System.Enum
Specifies JPEG color compression modes.
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 Cmyk
4-component CMYK image.
public static final int Grayscale
The Grayscale image.
public static final int Rgb
The RGB Color mode.
public static final int YCbCr
YCbCr image, standard option for jpeg images.
public static final int Ycck
The ycck color jpeg image. Needs icc profile for saving.
Copyright © 2019. All rights reserved.