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 #26

Closed janpe2 closed 7 years ago

janpe2 commented 7 years ago

Huffman user tables do not work in TextRegion segments. Examples: jbig2.zip

If you open the JBIG2 files, you get:

ClassCastException: SymbolDictionary cannot be cast to Table
at TextRegion.getUserTable(TextRegion.java:826)

I'll create a pull request.

hennejg commented 7 years ago

Fixed in #28 / #35