mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bitmap processing
This commit is contained in:
@ -613,6 +613,9 @@ protected:
|
||||
/// Returns document
|
||||
const PDFDocument* getDocument() const { return m_document; }
|
||||
|
||||
/// Returns color management system
|
||||
const PDFCMS* getCMS() const { return m_CMS; }
|
||||
|
||||
/// Parses transparency group
|
||||
PDFTransparencyGroup parseTransparencyGroup(const PDFObject& object);
|
||||
|
||||
|
Reference in New Issue
Block a user