Color spaces, beginning of painting

This commit is contained in:
Jakub Melka
2019-02-09 18:40:56 +01:00
parent 0a28869c94
commit 9264ea70c1
13 changed files with 703 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ public:
inline const QRectF& getTrimBox() const { return m_trimBox; }
inline const QRectF& getArtBox() const { return m_artBox; }
inline PageRotation getPageRotation() const { return m_pageRotation; }
inline const PDFObject& getResources() const { return m_resources; }
inline const PDFObject& getContents() const { return m_contents; }