ImageOptimizerJpegColorSpace Enumeration
Summary
Indicates the color space to be used when optimizing a Jpeg Image.
Syntax
public enum ImageOptimizerJpegColorSpace
Public Enum ImageOptimizerJpegColorSpace
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ImageOptimizerJpegColorSpace : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0 | JpegColorSpace411 |
Use the YUV 4:1:1 color space.
|
1 | JpegColorSpace422 |
Use the YUV 4:2:2 color space.
|