JpegCompressionColorMode Enumeration |
Сolor mode for jpeg images.
Namespace: Aspose.Imaging.FileFormats.JpegAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic enum JpegCompressionColorMode
Public Enumeration JpegCompressionColorMode
public enum class JpegCompressionColorMode
type JpegCompressionColorMode
Members
| Member name | Value | Description |
---|
| Grayscale | 0 |
The Grayscale image.
|
| YCbCr | 1 |
YCbCr image, standard option for jpeg images.
|
| Cmyk | 2 |
4-component CMYK image.
|
| Ycck | 3 |
The ycck color jpeg image. Needs icc profile for saving.
|
| Rgb | 4 |
The RGB Color mode.
|
See Also