Source position: fpreadgif.pas line 39
type TGIFHeader = packed record |
Signature: array [0..2] of AnsiChar; |
Version: array [0..2] of AnsiChar; |
ScreenWidth: Word; |
ScreenHeight: Word; |
Packedbit: Byte; |
BackgroundColor: Byte; |
AspectRatio: Byte; |
end; |