Source position: targacmn.pp line 31
type TTargaHeader = packed record |
IDLen: Byte; |
MapType: Byte; |
ImgType: Byte; |
MapStart: TWordRec; |
MapLength: TWordRec; |
MapEntrySize: Byte; |
OriginX: TWordRec; |
OriginY: TWordRec; |
Width: TWordRec; |
Height: TWordRec; |
PixelSize: Byte; |
Flags: Byte; |
end; |