Source position: qoicomn.pas line 23
type TQoiHeader = packed record
magic: array [0..3] of AnsiChar;
width: dword;
height: dword;
channels: Byte;
colorspace: Byte;
end;