JBIG-KIT¶
About¶
JBIG-KIT is an implementation of the JBIG1 data compression standard (ITU-T T.82), which was designed for bi-level image data, such as scanned documents. It is widely used in various applications, including image processing, image compression, and image decompression. For more information, visit the official JBIG-KIT website.
Note
On Discoverer we use jbigkit as main productive JBIG1 image format provider for CPU-based applications.
Supported versions¶
In case your applications requite the use of another JBIG1 image format provider, you can install it by yourself, but those builds will not be supported by the Discoverer HPC team.
To check which JBIG-KIT versions and build types are currently supported on Discoverer, execute on the login node:
module avail jbigkit
Loading¶
If you need to access the latest version of the JBIG-KIT library, load the module without specifying the version:
module load jbigkit
In case you need to access a specific version of the JBIG-KIT library, you can specify the version:
module load jbigkit/<version>
Build recipes and tests¶
We use the recent LLVM Compiler Infrastructure to build the JBIG-KIT library code. We do not support any other compilers for that purpose. The LLVM.org compilers are the default compilers on Discoverer Petascale Supercomputer. Since the code of the library does not include Fortran, the compiled binaries are not Fortran-compatible and can be used with any other compiler collection. That means our build of jbigkit is optimised for producing the fastest possible binaries for CPU-based applications.
For those who are interested in the process of compiling and optimizing the code of JBIG-KIT we follow, there is public access to our build recipes at:
https://gitlab.discoverer.bg/vkolev/recipes/-/tree/main/jbigkit
There are also logs that were collected during the compilation and testing processes.
Getting help¶
See Getting help