libpgf  6.11.42
PGF - Progressive Graphics File
PGFHeader Struct Reference

PGF header. More...

#include <PGFtypes.h>

List of all members.

Public Member Functions

 PGFHeader ()

Public Attributes

UINT32 width
 image width in pixels
UINT32 height
 image height in pixels
UINT8 nLevels
 number of DWT levels
UINT8 quality
 quantization parameter: 0=lossless, 4=standard, 6=poor quality
UINT8 bpp
 bits per pixel
UINT8 channels
 number of channels
UINT8 mode
 image mode according to Adobe's image modes
UINT8 usedBitsPerChannel
 number of used bits per channel in 16- and 32-bit per channel modes
UINT8 reserved1
UINT8 reserved2
 not used

Detailed Description

PGF header.

PGF header contains image information

Author:
C. Stamm

Definition at line 124 of file PGFtypes.h.


Constructor & Destructor Documentation

PGFHeader::PGFHeader ( ) [inline]

Definition at line 125 of file PGFtypes.h.


Member Data Documentation

bits per pixel

Definition at line 130 of file PGFtypes.h.

number of channels

Definition at line 131 of file PGFtypes.h.

image height in pixels

Definition at line 127 of file PGFtypes.h.

image mode according to Adobe's image modes

Definition at line 132 of file PGFtypes.h.

number of DWT levels

Definition at line 128 of file PGFtypes.h.

quantization parameter: 0=lossless, 4=standard, 6=poor quality

Definition at line 129 of file PGFtypes.h.

Definition at line 134 of file PGFtypes.h.

not used

Definition at line 134 of file PGFtypes.h.

number of used bits per channel in 16- and 32-bit per channel modes

Definition at line 133 of file PGFtypes.h.

image width in pixels

Definition at line 126 of file PGFtypes.h.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines