JpegOptions Class Members
In This Topic
The following tables list the members exposed by JpegOptions.
Public Constructors
Public Properties
| Name | Description |
| AlphaOption | Gets or sets the value to control how alpha is handled. JPEGs must be opaque, so this instructs the encoder on how to handle input images with alpha. The default value is JpegAlphaOption.Ignore. |
| Downsample | Gets or sets the downsampling factor for the U and V components. The default value is JpegDownsample.Downsample420. |
| Quality | Gets or sets the quality of the encoding in the range 0 to 100. The default value is 95. |
Top
See Also