[][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 either a BlockDecoder or a FrameDecoder.

Encoder

Encoder for GIF files.

FrameDecoder

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

Enums

DecodeError

Errors encountered while decoding a GIF file.