Overprint

This commit is contained in:
Jakub Melka
2021-01-24 18:41:17 +01:00
parent 443c656a46
commit 77255cc56a
5 changed files with 173 additions and 44 deletions

View File

@ -44,6 +44,7 @@ class PDFRenderErrorReporter;
using PDFColor = PDFFlatArray<PDFColorComponent, 4>;
using PDFColorSpacePointer = QSharedPointer<PDFAbstractColorSpace>;
using PDFColorBuffer = PDFBuffer<PDFColorComponent>;
using PDFConstColorBuffer = PDFBuffer<const PDFColorComponent>;
static constexpr const int COLOR_SPACE_MAX_LEVEL_OF_RECURSION = 12;