Click or drag to resize

JpegXrEncoderInterleavedAlpha Property

Gets or sets a value that indicates whether to encode the alpha channel data as an additional interleaved 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 bool InterleavedAlpha { get; set; }

Property Value

Type: Boolean
True if the image is encoded with an additional interleaved alpha channel; false if planar alpha channel is used. The default value is false.
Remarks
Interleaved alpha channels are only supported by certain pixel formats.
See Also