libpgf
6.11.42
PGF - Progressive Graphics File
|
PGF identification and version. More...
#include <PGFtypes.h>
Public Attributes | |
char | magic [3] |
PGF identification = "PGF". | |
UINT8 | version |
PGF version. |
PGF identification and version.
general file structure PGFPreHeaderV6 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 105 of file PGFtypes.h.
char PGFMagicVersion::magic[3] |
PGF identification = "PGF".
Definition at line 106 of file PGFtypes.h.
UINT8 PGFMagicVersion::version |
PGF version.
Definition at line 107 of file PGFtypes.h.