Vcl.Imaging.GIFImg.TGIFHeader
Delphi
TGIFHeader = class(TGIFItem)
C++
class PASCALIMPLEMENTATION TGIFHeader : public TGIFItem
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | Vcl.Imaging.GIFImg |
Description
Identifies the GIF data stream in context.
TGIFHeader identifies the GIF data stream in context.
The Version property identifies the set of capabilities required for a decoder to process the data stream.
Properties like AspectRatio, ColorMap, or BackgroundColor specify attributes of the GIF image file to which the TGIFHeader instance is associated.