Source position: pcx.inc line 45
type pcx_header = packed record |
manufacturer: Byte; |
version: Byte; |
encoding: Byte; |
bpp: Byte; |
x1: u16; |
y1: u16; |
x2: u16; |
y2: u16; |
hres: u16; |
vres: u16; |
palette: array [0..47] of Byte; |
reserved: Byte; |
color_planes: Byte; |
BytesPerLine: u16; |
PaletteType: u16; |
dummy: array [0..57] of Byte; |
end; |