public final class JpegCompressionColorMode
extends com.aspose.ms.System.Enum
Specifies different bitmap compression methods.
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 © 2017. All rights reserved.