Table of Contents

Enum EncodingType

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

Provides a way to specify the type of encoding to be used.

public enum EncodingType

Fields

Lossless = 0

Lossless encoding, which compresses data without any loss of information.

Lossy = 1

Lossy encoding, which compresses data by discarding some of it.