Ticket #220 (closed defect: fixed)
Opened 2007-11-14T12:30:31-06:00
Last modified 2007-11-16T09:38:47-06:00
LZW decoder misbehaves for some LZW-compressed TIFFs
Reported by: | curtis | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | bio-formats | Severity: | major |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The files in data/tiff/wayne/mBoeglin_lzw do not decode properly with either Bio-Formats or with ImageJ. They appear to work in ImageMagick.
Change History
comment:1 Changed 2007-11-16T09:38:47-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
r3374. The issue was that we didn't (correctly) support undifferencing of 16 bit data.