|
TuttleOFX
1
|
#include <openjpeg.h>

Go to the source code of this file.
Data Structures | |
| struct | tuttle::io::OpenJpegStuffs |
Namespaces | |
| namespace | tuttle |
This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring. | |
| namespace | tuttle::io |
Defines | |
| #define | MAYBE_MAGIC 0x51ff4fff |
| #define | MAYBE_REV_MAGIC 0xff4fff51 |
| #define | CINEMA_24_CS 1302083 |
| #define | CINEMA_48_CS 651041 |
| #define | COMP_24_CS 1041666 |
| #define | COMP_48_CS 520833 |
| #define | J2K_CFMT 0 |
| #define | JP2_CFMT 1 |
| #define | JPT_CFMT 2 |
| #define | MAYBE_MAGIC 0x51ff4fff |
| #define | MAYBE_REV_MAGIC 0xff4fff51 |
| #define CINEMA_24_CS 1302083 |
Definition at line 13 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KWriter::cinemaSetupEncoder().
| #define CINEMA_48_CS 651041 |
Definition at line 14 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KWriter::cinemaSetupEncoder().
| #define COMP_24_CS 1041666 |
Definition at line 15 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KWriter::cinemaSetupEncoder().
| #define COMP_48_CS 520833 |
Definition at line 16 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KWriter::cinemaSetupEncoder().
| #define J2K_CFMT 0 |
Definition at line 18 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KWriter::encode(), and tuttle::io::J2KWriter::open().
| #define JP2_CFMT 1 |
Definition at line 19 of file J2KCommon.hpp.
| #define JPT_CFMT 2 |
Definition at line 20 of file J2KCommon.hpp.
| #define MAYBE_MAGIC 0x51ff4fff |
Definition at line 23 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KReader::open().
| #define MAYBE_MAGIC 0x51ff4fff |
Definition at line 23 of file J2KCommon.hpp.
| #define MAYBE_REV_MAGIC 0xff4fff51 |
Definition at line 24 of file J2KCommon.hpp.
Referenced by tuttle::io::J2KReader::open().
| #define MAYBE_REV_MAGIC 0xff4fff51 |
Definition at line 24 of file J2KCommon.hpp.