-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIFFLZWDecompressor Null Pointer Exception #37
Comments
Just created and tested the |
Hello the problem is in the support to LSB TIFF. The input stream is always read as it was MSB coded. |
Hi, addStringToTable(stringTable[oldCode], string[0]); that the I'm neither familiar with the decoding process nor the algorhythm and so probably the wrong person to contribute.
After that I testet the Barcode extraction using Zxing which was working totally fine. |
|
Hello, I am working on a fix on my fork: https://github.com/lbellonda/jai-imageio-core/tree/issue37 |
Adds support for LSB-encoded TIFF images. Fixes issue #37 (?)
Thanks for your contribution, @lbellonda, I've merged #39. |
Hi,
I stumbled across an issue while using ZXing try to read the attached TIFF file 00000_001.zip.
The following Exception occurs as soon as the image should be read:
The command line I was testing is the following:
I just cloned the project to see if I can get any additional information about the exception but so far this is what I have.
The text was updated successfully, but these errors were encountered: