| libpgf
    7.21.2
    PGF - Progressive Graphics File | 
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 | 
PGF image class implementation.
Definition in file PGFimage.cpp.
| #define YUVoffset16 32768 | 
Definition at line 39 of file PGFimage.cpp.
| #define YUVoffset4 8 | 
Definition at line 36 of file PGFimage.cpp.
| #define YUVoffset6 32 | 
Definition at line 37 of file PGFimage.cpp.
| #define YUVoffset8 128 | 
Definition at line 38 of file PGFimage.cpp.