Shrink optimization

This commit is contained in:
Jakub Melka
2020-06-05 19:16:45 +02:00
parent 6a986178ff
commit 8a97f20ce9
3 changed files with 97 additions and 0 deletions

View File

@ -58,6 +58,9 @@ static constexpr const char* PDF_XREF_OCCUPIED = "n";
static constexpr const char* PDF_OBJECT_START_MARK = "obj";
static constexpr const char* PDF_OBJECT_END_MARK = "endobj";
// maximum generation limit
static constexpr const int PDF_MAX_OBJECT_GENERATION = 65535;
// Colors
static constexpr const int PDF_MAX_COLOR_COMPONENTS = 32;