JpegXrEncoderAlphaDataDiscardLevel Property |
Gets or sets the level of alpha frequency data to discard during a compressed domain transcode.
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 AlphaDataDiscardLevel { get; set; }
Public Property AlphaDataDiscardLevel As Byte
Get
Set
Property Value
Type:
Byte The level of alpha data to discard when encoding the image. The value range is 0 to 4. The default value is
1.
Remarks This parameter is only valid if
CompressedDomainTranscode is set to
true and the image contains either a planar or interleaved alpha channel; otherwise it is ignored.
See Also