SKJpegEncoderOptions.AlphaOption Property

Definition

Gets or sets the value to control how alpha is handled.

public SkiaSharp.SKJpegEncoderAlphaOption AlphaOption { get; set; }

Property Value

Remarks

JPEGs must be opaque, so this instructs the encoder on how to handle input images with alpha.

Applies to