Unit 'qoicomn' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl-image]

TQoiHeader

Declaration

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;


Documentation generated on: 2025-07-25