Namespace SixLabors.ImageSharp.Formats.Gif
Classes
- GifConfigurationModule
Registers the image encoders, decoders and mime type detectors for the gif format.
- GifDecoder
Decoder for generating an image out of a gif encoded stream.
- GifEncoder
Image encoder for writing image data to a stream in gif format.
- GifFormat
Registers the image encoders, decoders and mime type detectors for the gif format.
- GifFrameMetadata
Provides Gif specific metadata information for the image frame.
- GifImageFormatDetector
Detects gif file headers
- GifMetadata
Provides Gif specific metadata information for the image.
Interfaces
- IGifExtension
A base interface for GIF extensions.
Enums
- GifColorTableMode
Provides enumeration for the available color table modes.
- GifDisposalMethod
Provides enumeration for instructing the decoder what to do with the last image in an animation sequence. http://www.w3.org/Graphics/GIF/spec-gif89a.txt section 23