Class WebpDecoderOptions
Configuration options for decoding webp images.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Webp
Assembly: SixLabors.ImageSharp.dll
Syntax
public sealed class WebpDecoderOptions : ISpecializedDecoderOptions
Properties
| Edit this page View SourceBackgroundColorHandling
Gets the flag to decide how to handle the background color Animation Chunk. The specification is vague on how to handle the background color of the animation chunk. This option let's the user choose how to deal with it.
Declaration
public BackgroundColorHandling BackgroundColorHandling { get; init; }
Property Value
Type | Description |
---|---|
BackgroundColorHandling |
GeneralOptions
Gets the general decoder options.
Declaration
public DecoderOptions GeneralOptions { get; init; }
Property Value
Type | Description |
---|---|
DecoderOptions |