agl / jbig2enc

JBIG2 Encoder
Other
251 stars 86 forks source link

Binary Files #50

Open justkrismanohar opened 8 years ago

justkrismanohar commented 8 years ago

Hey,

Great job with the implementation. I was wondering if it was possible to pass a raw bit stream to the compressor and if so how would you do that?

Thanks.

agl commented 8 years ago

You mean the bitstream for an image? The code, of course, decompresses the input images into memory. But using the library you can hook in at any point in the input pipeline.