Table of Contents

Enum WebpFileFormatType

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

Info about the webp file format used.

public enum WebpFileFormatType

Fields

Lossless = 0

The lossless Webp format, which compresses data without any loss of information.

Lossy = 1

The lossy Webp format, which compresses data by discarding some of it.