kviewshell
DjVuInfo.h File Reference
#include "GSmartPointer.h"
#include "GRect.h"
Go to the source code of this file.
Classes | |
class | DjVuInfo |
Information component. More... | |
Defines | |
DjVu version constants | |
DjVu file format version. | |
#define | DJVUVERSION 25 |
#define | DJVUVERSION_FOR_OUTPUT 24 |
#define | DJVUVERSION_ORIENTATION 22 |
#define | DJVUVERSION_TOO_NEW 50 |
#define | DJVUVERSION_TOO_OLD 15 |
Define Documentation
#define DJVUVERSION 25 |
Current DjVu format version.
The value of this macro represents the version of the DjVu file format implemented by this release of the DjVu Reference Library.
Definition at line 99 of file DjVuInfo.h.
#define DJVUVERSION_FOR_OUTPUT 24 |
DjVu format version.
This is the value used in files produced with DjVuLibre. This is smaller than DJVUVERSION because version number inflation causes problems with older software.
Definition at line 104 of file DjVuInfo.h.
#define DJVUVERSION_ORIENTATION 22 |
#define DJVUVERSION_TOO_NEW 50 |
Newest DjVu format partially supported by this library.
This release of the library will attempt to decode files whose version field is smaller than this macro. If the version field is greater than or equal to this number, the decoder will just throw a {GException}.
Definition at line 115 of file DjVuInfo.h.
#define DJVUVERSION_TOO_OLD 15 |
Oldest DjVu format version supported by this library.
This release of the library cannot completely decode DjVu files whose version field is less than or equal to this number.
Definition at line 110 of file DjVuInfo.h.