| libpgf
    7.21.2
    PGF - Progressive Graphics File | 
PGF identification and version. More...
#include <PGFtypes.h>
 
  
| Public Attributes | |
| char | magic [3] | 
| PGF identification = "PGF".  More... | |
| UINT8 | version | 
| PGF version.  More... | |
PGF identification and version.
general PGF file structure PGFPreHeader PGFHeader [PGFPostHeader] LevelLengths Level_n-1 Level_n-2 ... Level_0 PGFPostHeader ::= [ColorTable] [UserData] LevelLengths ::= UINT32[nLevels] PGF magic and version (part of PGF pre-header)
Definition at line 113 of file PGFtypes.h.
| char PGFMagicVersion::magic[3] | 
PGF identification = "PGF".
Definition at line 114 of file PGFtypes.h.
| UINT8 PGFMagicVersion::version | 
PGF version.
Definition at line 115 of file PGFtypes.h.