libpgf  6.14.12
PGF - Progressive Graphics File
PGFPreHeader Struct Reference

PGF pre-header. More...

#include <PGFtypes.h>

Inheritance diagram for PGFPreHeader:
PGFMagicVersion

Public Attributes

UINT32 hSize
 total size of PGFHeader, [ColorTable], and [UserData] in bytes More...
 
char magic [3]
 PGF identification = "PGF". More...
 
UINT8 version
 PGF version. More...
 

Detailed Description

PGF pre-header.

PGF pre-header defined header length and PGF identification and version

Author
C. Stamm

Definition at line 114 of file PGFtypes.h.

Member Data Documentation

◆ hSize

UINT32 PGFPreHeader::hSize

total size of PGFHeader, [ColorTable], and [UserData] in bytes

Definition at line 115 of file PGFtypes.h.

◆ magic

char PGFMagicVersion::magic[3]
inherited

PGF identification = "PGF".

Definition at line 105 of file PGFtypes.h.

◆ version

UINT8 PGFMagicVersion::version
inherited

PGF version.

Definition at line 106 of file PGFtypes.h.


The documentation for this struct was generated from the following file: