Ticket #589 (closed enhancement: fixed)
Opened 2010-10-27T18:22:40-05:00
Last modified 2011-02-02T04:45:00-06:00
Add support for TIFF files with FillOrder == 2
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | bio-formats | Severity: | minor |
Keywords: | Cc: | carlson14@… | |
Blocked By: | Blocking: |
Description
See example file in data/tiff/john/.
In essence, the bits in each byte are reversed. We could probably just add a 'reverse()' method to BitBuffer that would reverse all of the bits in each byte; this could then be called by TiffParser as needed.
Change History
comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
moved to ome:#4166