Namespace SixLabors.ImageSharp.Formats.Tga
Classes
- TgaConfigurationModule
Registers the image encoders, decoders and mime type detectors for the tga format.
- TgaDecoder
Image decoder for Truevision TGA images.
- TgaEncoder
Image encoder for writing an image to a stream as a Targa true-vision image.
- TgaFormat
Registers the image encoders, decoders and mime type detectors for the tga format.
- TgaImageFormatDetector
Detects tga file headers.
- TgaImageTypeExtensions
Extension methods for TgaImageType enum.
- TgaMetadata
Provides TGA specific metadata information for the image.
Enums
- TgaBitsPerPixel
Enumerates the available bits per pixel the tga encoder supports.
- TgaCompression
Indicates if compression is used.
- TgaImageType
Defines the tga image type. The TGA File Format can be used to store Pseudo-Color, True-Color and Direct-Color images of various pixel depths.