Source position: pcx.inc line 4
type PCXHeader = packed record |
manufacturer: cchar; |
version: cchar; |
encoding: cchar; |
bitsPerPixel: cchar; |
xmin: cint16; |
ymin: cint16; |
xmax: cint16; |
ymax: cint16; |
hres: cint16; |
vres: cint16; |
palette16: array [0..47] of cchar; |
reserved: cchar; |
colorPlanes: cchar; |
bytesPerLine: cint16; |
paletteYype: cint16; |
filler: array [0..57] of cchar; |
end; |