levigo / jbig2-imageio

A Java ImageIO plugin for the JBIG2 bi-level image format
Apache License 2.0
31 stars 19 forks source link

What does the files *.jb2 are #57

Closed Mechtilde closed 3 years ago

Mechtilde commented 3 years ago

Hello,

I want to package this library for Debian because i need it as a dependency.

Can you provide the source for these files too?

src/test/resources/images/

hennejg commented 3 years ago

Please note that this project is no longer maintained, as it has been donated to the Apache Foundation and integrated into the PDFBox project. Yo can find the new source tree here: https://git-wip-us.apache.org/repos/asf?p=pdfbox-jbig2.git or here https://github.com/apache/pdfbox-jbig2.

theMattCode commented 3 years ago

The .jb2 are files compressed with the JBIG2 algorithms. Unit tests use them. They are not crucial for packaging the lib. Btw, this lib is written in Java, which assures write once, run everywhere. Install a JVM and you're able to utilize the lib. Anyway, see apache's pdfbox repo which is the new home of this lib.