Source position: pngcomn.pp line 50
type THeaderChunk = record
Width: LongWord;
height: LongWord;
BitDepth: Byte;
ColorType: Byte;
Compression: Byte;
Filter: Byte;
Interlace: Byte;
end;