libpgf
6.11.32
PGF - Progressive Graphics File
|
PGF header. More...
#include <PGFtypes.h>
Public Attributes | |
UINT32 | width |
UINT32 | height |
UINT8 | nLevels |
UINT8 | quality |
UINT8 | bpp |
UINT8 | channels |
UINT8 | mode |
RGBTRIPLE | background |
PGF header.
PGF header contains image information
RGBTRIPLE PGFHeader::background |
Definition at line 132 of file PGFtypes.h.
UINT8 PGFHeader::bpp |
Definition at line 129 of file PGFtypes.h.
UINT8 PGFHeader::channels |
Definition at line 130 of file PGFtypes.h.
UINT32 PGFHeader::height |
Definition at line 126 of file PGFtypes.h.
UINT8 PGFHeader::mode |
Definition at line 131 of file PGFtypes.h.
UINT8 PGFHeader::nLevels |
Definition at line 127 of file PGFtypes.h.
UINT8 PGFHeader::quality |
Definition at line 128 of file PGFtypes.h.
UINT32 PGFHeader::width |
Definition at line 125 of file PGFtypes.h.