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

PGF image class implementation. More...

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

Go to the source code of this file.

Macros

#define YUVoffset4   8
 
#define YUVoffset6   32
 
#define YUVoffset8   128
 
#define YUVoffset16   32768
 

Detailed Description

PGF image class implementation.

Author
C. Stamm

Definition in file PGFimage.cpp.

Macro Definition Documentation

◆ YUVoffset16

#define YUVoffset16   32768

Definition at line 39 of file PGFimage.cpp.

◆ YUVoffset4

#define YUVoffset4   8

Definition at line 36 of file PGFimage.cpp.

◆ YUVoffset6

#define YUVoffset6   32

Definition at line 37 of file PGFimage.cpp.

◆ YUVoffset8

#define YUVoffset8   128

Definition at line 38 of file PGFimage.cpp.