libpgf
6.14.12
PGF - Progressive Graphics File
|
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... | |
Optional PGF post-header.
PGF post-header is optional. It contains color table and user data
Definition at line 141 of file PGFtypes.h.
RGBQUAD PGFPostHeader::clut[ColorTableLen] |
color table for indexed color images
Definition at line 142 of file PGFtypes.h.
UINT8* PGFPostHeader::userData |
user data of size userDataLen
Definition at line 143 of file PGFtypes.h.
UINT32 PGFPostHeader::userDataLen |
user data size in bytes
Definition at line 144 of file PGFtypes.h.