libpgf  6.14.12
PGF - Progressive Graphics File
PGFPostHeader Struct Reference

Optional PGF post-header. More...

#include <PGFtypes.h>

Public Attributes

RGBQUAD clut [ColorTableLen]
 color table for indexed color images More...
 
UINT8 * userData
 user data of size userDataLen More...
 
UINT32 userDataLen
 user data size in bytes More...
 

Detailed Description

Optional PGF post-header.

PGF post-header is optional. It contains color table and user data

Author
C. Stamm

Definition at line 141 of file PGFtypes.h.

Member Data Documentation

◆ clut

RGBQUAD PGFPostHeader::clut[ColorTableLen]

color table for indexed color images

Definition at line 142 of file PGFtypes.h.

◆ userData

UINT8* PGFPostHeader::userData

user data of size userDataLen

Definition at line 143 of file PGFtypes.h.

◆ userDataLen

UINT32 PGFPostHeader::userDataLen

user data size in bytes

Definition at line 144 of file PGFtypes.h.


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