mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
JBIG2 - some basic segment interpretations
This commit is contained in:
@ -669,9 +669,7 @@ PDFImage PDFImage::createImage(const PDFDocument* document,
|
||||
}
|
||||
|
||||
PDFJBIG2Decoder decoder(qMove(data), qMove(globalData), errorReporter);
|
||||
decoder.decode();
|
||||
|
||||
// TODO: Finish JBIG2 decoder
|
||||
image.m_imageData = decoder.decode(maskingType);
|
||||
}
|
||||
else if (colorSpace || isSoftMask)
|
||||
{
|
||||
|
Reference in New Issue
Block a user