TPortableMapInfo Record
ImagingPortableMaps

Record with info about PNM image used in both loading and saving functions.

Pascal
public TPortableMapInfo = record
  Width: LongInt;
  Height: LongInt;
  FormatId: AnsiChar;
  MaxVal: LongInt;
  BitCount: LongInt;
  Depth: LongInt;
  TupleType: TTupleType;
  Binary: Boolean;
  HasPAMHeader: Boolean;
  IsBigEndian: Boolean;
  end;
File

ImagingPortableMaps (at line 46)

Related Information
You are here: Symbol Reference > Structs, Records, Enums > TPortableMapInfo Record