You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With lossy compression I get error result, the image in the attached file missing some paths.
the attached file is as follows: 0005707_spring hill00021.pdf
The encoding result is as follows: the original image on the left and the resulting image on the right.
This is the result of reversing image data and then doing JBIG2 compression. Jbig2_FirstResverDataThenEncoding.pdf
If the image data is not reversed, jbig2 encoded results processed by PDF decode are as follows: Jbig2_NoResverDate.pdf
I do not now how to deal with it. Any help will be very much appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
With lossy compression I get error result, the image in the attached file missing some paths.
the attached file is as follows:
0005707_spring hill00021.pdf
The encoding result is as follows: the original image on the left and the resulting image on the right.
![jbig2](https://user-images.githubusercontent.com/94359317/141762521-1b931677-e76b-4382-bc19-a0d545fd9645.png)
This is the result of reversing image data and then doing JBIG2 compression.
Jbig2_FirstResverDataThenEncoding.pdf
If the image data is not reversed, jbig2 encoded results processed by PDF decode are as follows:
![image](https://user-images.githubusercontent.com/94359317/142118699-9b4de0bb-ce80-4a45-adbc-cd073ba32045.png)
![image](https://user-images.githubusercontent.com/94359317/142119440-051f391f-9ee4-417d-8faf-261f53c1da90.png)
Jbig2_NoResverDate.pdf
I do not now how to deal with it. Any help will be very much appreciated.
The text was updated successfully, but these errors were encountered: