mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Rendering intents for images
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user