mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
JBIG2 - bugfixing
This commit is contained in:
@@ -162,6 +162,10 @@ public:
|
||||
int32_t getIAID(uint32_t size, PDFJBIG2ArithmeticDecoderState* state);
|
||||
std::optional<int32_t> getSignedInteger(PDFJBIG2ArithmeticDecoderState* state);
|
||||
|
||||
/// This function is used to read last byte of byte sequence { 0xFF, 0xAC },
|
||||
/// when finishing data stream.
|
||||
void finalize();
|
||||
|
||||
private:
|
||||
/// Performs INITDEC operation as described in the specification
|
||||
void perform_INITDEC();
|
||||
|
Reference in New Issue
Block a user