Click or drag to resize

JpegXrEncoderAlphaQualityLevel Property

Gets or sets the compression quality for a planar alpha channel.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte AlphaQualityLevel { get; set; }

Property Value

Type: Byte
The compression quality for a planar alpha channel image. A value of 1 is considered lossless and increasing values result in higher compression ratios and lower image quality. The value range is 0 to 255. The default value is 1.
Remarks
This parameter is only valid if InterleavedAlpha is false.
See Also