[][src]Crate gift

GIFt

A decoder and encoder for GIF images.

Modules

block

A GIF file consists of a sequence of Blocks in a specific order.

Structs

BlockDecoder

A block decoder can iterate over every Block in a GIF file.

Decoder

A builder which can be turned into a BlockDecoder, a FrameDecoder or a RasterDecoder.

Encoder

Encoder for GIF files.

FrameDecoder

A frame decoder is an iterator for Frames within a GIF file.

RasterDecoder

A raster decoder is an iterator for Rasters within a GIF file.

Enums

DecodeError

Errors encountered while decoding a GIF file.