mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
wrong color of CCITT image
This commit is contained in:
@ -444,7 +444,7 @@ PDFImageData PDFCCITTFaxDecoder::decode()
|
||||
++index;
|
||||
}
|
||||
|
||||
writer.write((isCurrentPixelBlack != m_parameters.hasBlackIsOne) ? 1 : 0);
|
||||
writer.write(isCurrentPixelBlack ? 0 : 1);
|
||||
}
|
||||
writer.finishLine();
|
||||
|
||||
|
Reference in New Issue
Block a user