JBIG2 and JB2 encoders

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
Sadid
Posts: 1
Joined: 2011-02-05T16:14:45-07:00
Authentication code: 8675308

JBIG2 and JB2 encoders

Post by Sadid »

Hello!
does anyone work with such encoders? I mean using them independently and not embedded (in PDF or DjVu)
I need them but I couldn't employ such encoders through Image Magic or any other encoder.
1. is it possible to use them through ImageMagic (like JBIG1 encoder)
2. is there any other solution? btw, I couldn't get satisfactory result in compiling jbig2enc in Linux... however I couldn't use jbig2.exe form AGL software either in windows I tried this command :

Code: Select all

jbig2.exe sth.jpeg > sth.jbig2
the output is being created but I'm not sure about the result (the Compression Rate is near to JBIG1!! and I can't view it through STDUviewer
carla23
Posts: 1
Joined: 2011-08-10T01:01:54-07:00
Authentication code: 8675308

Re: JBIG2 and JB2 encoders

Post by carla23 »

A character pattern matching algorithm (JB2) can reduce the final size ADSPress getting close to actual formatted text, by using a shared dictionary for several pages at a time.
Post Reply