Skip to content

showbie/showbie-jbig2-image-decoder-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JBIG2-Image-Decoder

This is a fork of JPedal's JBIG2 library, which aims to improve the performance of the original code.

Results

Version 1 (09.10.2011):

In all samples we have tested, the decoding speed has increased at least by factor 2.5. In some examples a speed up by factor 4.5 was observed.

There is still lot of room for improvements especially in the combine method in JBIG2Bitmap, which is most time consuming.

Showbie Maven Central

https://github.com/showbie/maven-central-repository/packages/187083

Publishing to Showbie's github maven central please ensure you created your personal access token. Follow these instructions located here: https://github.com/showbie/maven-central-repository

To publish enter the following command:

GITHUB_REGISTRY_USERNAME= GITHUB_REGISTRY_TOKEN= mvn deploy

About

A fork of JPedal's JBIG2 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%