Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality of JBIG2 image in PDF file #3

Open
wstaelens opened this issue Oct 12, 2017 · 0 comments
Open

Quality of JBIG2 image in PDF file #3

wstaelens opened this issue Oct 12, 2017 · 0 comments

Comments

@wstaelens
Copy link

pdf file with JBIG2 image inside: https://ia800302.us.archive.org/22/items/onlatinlanguage01varruoft/onlatinlanguage01varruoft.pdf
( https://archive.org/details/onlatinlanguage01varruoft )

on the second page the quality is not good. I don't know if this is due to this JBig2Decoder.NET or because of the component using it.

this is the quality:
jbig2 quality
but foxit reader shows it ok.

I've seen this project https://github.com/afila/JBIG2-Image-Decoder.NET :

A .Net implementation of the Borisvl/JBIG2-Image-Decoder(fork of JPedal's JBIG2 library) with correct MMR decoding

could it be that this MMRDecoder gives better quality?
https://github.com/afila/JBIG2-Image-Decoder.NET/blob/master/JBig2Dec/Decoders/MMRDecoder.cs
compared to
https://github.com/devteamexpress/JBig2Decoder.NET/blob/master/JBig2Decoder/Decoders/MMRDecoder.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant