TGIFFileFormat Class
ImagingGif | Legend | Members | Methods | Properties | Hierarchy

GIF (Graphics Interchange Format) loader/saver class.

Pascal
public TGIFFileFormat = class(TImageFileFormat);
File

ImagingGif (at line 49)

Description

GIF was (and is still used) popular format for storing images supporting multiple images per file and single color transparency. Pixel format is 8 bit indexed where each image frame can have its own color palette. GIF uses lossless LZW compression (patent expired few years ago). Imaging can load and save all GIFs with all frames and supports transparency. Imaging can load just raw ifIndex8 frames or also animate them in ifA8R8G8B8 format. See ImagingGIFLoadAnimated option.

Hierarchy
TObject
TImageFileFormat
TGIFFileFormat
Related Information
You are here: Symbol Reference > Classes > TGIFFileFormat Class