Ticket #470 (closed defect: fixed)
Opened 2010-02-03T14:41:44-06:00
Last modified 2010-07-13T16:58:48-05:00
Problems decoding 1-bit LZW data
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | bio-formats | Severity: | serious |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
1-bit LZW data has strange artifacts after decoding.
TiffJAIReader reads the file correctly, but the native TiffReader, which invokes the LZW decompression routine, produces an imperfect decoding.
See tiff/edward/TestDoc2.tif for an example.
Duplicate of #468, resolved in r5882. The problem was not with LZW decompression, but rather with how 1-bit pixels were unpacked.