Table of Contents

Enum TgaCompression

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

Indicates if compression is used.

public enum TgaCompression

Fields

None = 0

No compression is used.

RunLength = 1

Run length encoding is used.