better compression rate of jbig2 format for PDF-Tools SDK 5?

This Forum is for the use of Software Developers requiring help and assistance for Tracker Software's PDF-Tools SDK of Library DLL functions(only) - Please use the PDF-XChange Drivers API SDK Forum for assistance with all PDF Print Driver related topics or PDF-XChange Viewer SDK if appropriate.

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Tracker Supp-Stefan

Post Reply
technovia
User
Posts: 11
Joined: Wed Feb 22, 2012 3:59 pm

better compression rate of jbig2 format for PDF-Tools SDK 5?

Post by technovia »

Hello All,

I am a legal user of PDF-Tools 4 and I evaluate the PDF-Tools 4 SDK.
I wish to know if the new PDF-Tools 5 could better compress pages with just one B&W bitmap using JBig2 options.

It seems that, using any PDF-Tools (version 4) JBig2 option, a B&W bitmap is not very well compressed, comparing with other tools as the Jbig2enc freeware (https://github.com/agl/jbig2enc).
Here enclosed a zip archive with 5 files :
- a 1 Tiff page from US from US Patent Office (image of 2320x3408 px): 05307062-001.tif (46,141 bytes)
- a 1 Pdf page converted using jbig2enc.exe: 05307062 -001.pdf (27,938 bytes)
- a 1 Pdf page converted using PDF-Tool 4 (opt. symbols): 05307062-001jb2sym.pdf (40,710 bytes)
- a 1 Pdf page converted using PDF-Tool 4 (opt. standard): 05307062-001jb2std.pdf (36,390 bytes)
- a 1 Pdf page converted using PDF-Tool 4 (opt. limit): 05307062-001jb2lim.pdf (36,390 bytes)

Could we hope a better compression rate using PDF-Tools 5 for this kind of conversion?

Best regards
Gérard
Attachments
jbig2.zip
(181 KiB) Downloaded 224 times
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by Tracker Supp-Stefan »

Hello Gerard,

I just spoke with the Viewer project leader and he told me that we will try to make improvements in the compression algorithms for JBig2, and he was also surprised that symbol compression is not producing the smallest files.

He said that he can't promise any time frame when this could be done, but we've created a ticket in our internal system:
#1488: Better compression rate of jbig2 format for PDF-Tools SDK 5?
So that we can track this case and make the necessary improvements.

Best,
Stefan
technovia
User
Posts: 11
Joined: Wed Feb 22, 2012 3:59 pm

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by technovia »

Hi Stefan

Many thanks for your reply.

"...he was also surprised that symbol compression is not producing the smallest files..." me too, because "Symbols" is the best algorithm to compress a composite B&W bitmap (it proceeds an "OCR-like scan" of all the patterns found in a page and builds a common dictionary of these symbols for all the pages of a PDF file).

But I wonder if you use the very good :D but slow :( "arithmetic coding" algorithm (> 30 % better) or the quicker :D but not very good :( "generic coding"?

Gérard
Last edited by technovia on Tue May 15, 2012 5:31 pm, edited 1 time in total.
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by Tracker Supp-Stefan »

Hi Gérard,

I am not sure of the exact algorithms used, but while discussing it our project leader told me that he is considering some further analysis and better pattern selection or any other possible improvements. As for the actual speed vs compression algorithm used - I believe that the three different options should be covering the spectrum but will need to speak with him again to confirm that if needed.

Best,
Stefan
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by Tracker Supp-Stefan »

Hi Gérard,

I have some update in the ticket - and it's that while our devs will be implementing improvements in this respect, they won't happen in the very next few builds and this will be a bit of a longer term item in our "TO DO" list.

Best,
Stefan
technovia
User
Posts: 11
Joined: Wed Feb 22, 2012 3:59 pm

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by technovia »

Hi Stefan

Many thanks for this news. We wait...

Best regards

Gérard
User avatar
Tracker Supp-Stefan
Site Admin
Posts: 17824
Joined: Mon Jan 12, 2009 8:07 am
Location: London
Contact:

Re: better compression rate of jbig2 format for PDF-Tools SD

Post by Tracker Supp-Stefan »

:)
Post Reply