[][src]Crate gift

GIFt

A library for encoding and decoding GIF images and animations.

Modules

block

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

Structs

BlockDecoder

Decoder for iterating Blocks within a GIF file.

Decoder

Builder for GIF decoders.

Encoder

Encoder for GIF files.

FrameDecoder

Decoder for iterating Frames within a GIF file.

FrameEncoder

Encoder for writing Frames into a GIF file.

RasterDecoder

Decoder for iterating Rasters within a GIF file.

Enums

DecodeError

Errors encountered while decoding a GIF file.

EncodeError

Errors encountered while encoding a GIF file.