Table of Contents

Class WebpDecoderOptions

Namespace
SixLabors.ImageSharp.Formats.Webp
Assembly
SixLabors.ImageSharp.dll

Configuration options for decoding webp images.

public sealed class WebpDecoderOptions : ISpecializedDecoderOptions
Inheritance
WebpDecoderOptions
Implements
Inherited Members

Constructors

WebpDecoderOptions()

public WebpDecoderOptions()

Properties

BackgroundColorHandling

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.

public BackgroundColorHandling BackgroundColorHandling { get; init; }

Property Value

BackgroundColorHandling

GeneralOptions

public DecoderOptions GeneralOptions { get; init; }

Property Value

DecoderOptions