libpgf  6.11.32
PGF - Progressive Graphics File
PGFimage.cpp File Reference

PGF image class implementation. More...

#include "PGFimage.h"
#include "Decoder.h"
#include "Encoder.h"
#include <cmath>
#include <cstring>

Go to the source code of this file.

Defines

#define YUVoffset4   8
#define YUVoffset6   32
#define YUVoffset8   128
#define YUVoffset16   32768
#define YUVoffset31   1073741824
#define MaxValue   2147483648

Detailed Description

PGF image class implementation.

Author:
C. Stamm

Definition in file PGFimage.cpp.


Define Documentation

#define MaxValue   2147483648

Definition at line 40 of file PGFimage.cpp.

#define YUVoffset16   32768

Definition at line 38 of file PGFimage.cpp.

#define YUVoffset31   1073741824

Definition at line 39 of file PGFimage.cpp.

#define YUVoffset4   8

Definition at line 35 of file PGFimage.cpp.

#define YUVoffset6   32

Definition at line 36 of file PGFimage.cpp.

#define YUVoffset8   128

Definition at line 37 of file PGFimage.cpp.