Rendering intents for images

This commit is contained in:
Jakub Melka
2019-10-18 17:28:45 +02:00
parent a35957cb53
commit 14419980cc
5 changed files with 60 additions and 6 deletions

View File

@ -65,6 +65,10 @@ struct PDFCCITTFaxDecoderParameters
/// then 0 means black pixel and 1 white pixel.
bool hasBlackIsOne = false;
/// Decode
std::vector<PDFReal> decode;
/// Masking type
PDFImageData::MaskingType maskingType = PDFImageData::MaskingType::None;
};