libpgf
6.11.42
PGF - Progressive Graphics File
|
PGF pre-header. More...
#include <PGFtypes.h>
Public Attributes | |
UINT32 | hSize |
total size of PGFHeader, [ColorTable], and [UserData] in bytes | |
char | magic [3] |
PGF identification = "PGF". | |
UINT8 | version |
PGF version. |
PGF pre-header.
PGF pre-header defined header length and PGF identification and version
Definition at line 115 of file PGFtypes.h.
UINT32 PGFPreHeader::hSize |
total size of PGFHeader, [ColorTable], and [UserData] in bytes
Definition at line 116 of file PGFtypes.h.
char PGFMagicVersion::magic[3] [inherited] |
PGF identification = "PGF".
Definition at line 106 of file PGFtypes.h.
UINT8 PGFMagicVersion::version [inherited] |
PGF version.
Definition at line 107 of file PGFtypes.h.