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 = 0Lossless encoding, which compresses data without any loss of information.
Lossy = 1Lossy encoding, which compresses data by discarding some of it.