JBIG2 halftoning

This commit is contained in:
Jakub Melka
2019-11-05 17:34:07 +01:00
parent 23d61dc8bc
commit 06e0036cda
3 changed files with 199 additions and 3 deletions

View File

@ -81,6 +81,8 @@ public:
PDFImageData decode();
const PDFBitReader* getReader() const { return &m_reader; }
private:
/// Skip zero bits at the start
void skipFill();