//! Decoding of GIF Images
//!//! GIF (Graphics Interchange Format) is an image format that supports lossless compression.
//!//! # Related Links
//! * http://www.w3.org/Graphics/GIF/spec-gif89a.txt - The GIF Specification
//!pubuseself::decoder::GIFDecoder;moddecoder;pubmodlzw;