levigo / jbig2-imageio

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

Huffman user tables in text regions #28

Closed janpe2 closed 7 years ago

janpe2 commented 7 years ago

Fixes issue #26. Huffman user tables do not work in TextRegion segments. This issue can be fixed by replacing the method TextRegion.getUserTable() with the method copied from SymbolDictionary.getUserTable(). It implements properly the search algorithm that finds the user table (Table segment) in the referred-to array.

hennejg commented 7 years ago

Here as well, would you please give us permission to use your fix under a new license? See #31.

hennejg commented 7 years ago

Ping @janpe2