mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
CCITT fax decoder, finishing
This commit is contained in:
@ -64,6 +64,8 @@ struct PDFCCITTFaxDecoderParameters
|
||||
/// If this flag is true, then 1 means black pixel, 0 white pixel. Otherwise, if false,
|
||||
/// then 0 means black pixel and 1 white pixel.
|
||||
bool hasBlackIsOne = false;
|
||||
|
||||
PDFImageData::MaskingType maskingType = PDFImageData::MaskingType::None;
|
||||
};
|
||||
|
||||
enum CCITT_2D_Code_Mode;
|
||||
|
Reference in New Issue
Block a user