[]
Encoder options supported by the native JPEG XR codec.
public class JpegXROptions : BaseOptions
Public Class JpegXROptions
Inherits BaseOptions
| Name | Description |
|---|---|
| JpegXROptions() |
| Name | Description |
|---|---|
| AlphaDataDiscard | Sets the amount of alpha frequency data to discard during a compressed domain transcode. |
| AlphaQuality | Sets the compression quality for the planar alpha channel image. |
| CompressedDomainTranscode | Enables or disables compressed domain transcoding. |
| FrequencyOrder | Enables encoding in frequency order. |
| HorizontalTileSlices | Sets the number of horizontal tiles. |
| IgnoreOverlap | Specifies how the encoder handles tile boundaries during a compressed domain transcode. |
| ImageDataDiscard | Sets the amount of image frequency data to discard during a compressed domain transcode. |
| ImageQuality | Sets the image quality. |
| InterleavedAlpha | Specifies whether to encode interleaved alpha or planar alpha. |
| Lossless | Enables losses compression. |
| Overlap | Sets the level of overlap filtering. |
| ProgressiveMode | Enables or disables progressive encoding. |
| Quality | Sets the compression quality. |
| StreamOnly | Enables or disables stream-only mode. |
| Subsampling | Sets the chroma subsampling. This property applies only to RGB images. |
| TransformOptions | Specifies whether the image is rotated or flipped when decoded. |
| UseCodecOptions | Specifies whether to use the Quality, Overlap, and Subsampling properties instead of the generic ImageQuality property. |
| VerticalTileSlices | Sets the number of vertical tiles. |