Unit MPGifImg

Classes

TApplicationExtension -
TColorTable -
TCommentExtension -
TGIFData -
TGIFExtension -
TGIFFrame -
TGIFImage -
TGraphicControlExtension -
TImageDescriptor -
TPlainTextExtension -
TRasterData -

Functions

Types

PColorTableArray
TColorTableArray
TGIFTriple

Constants

Variables


Functions


Types


PColorTableArray = ^TColorTableArray

TColorTableArray = array[0..255] of TGIFTriple;

TGIFTriple = record
Red : byte;
Green : byte;
Blue : byte;
end;

Constants


Variables