NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

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: bio-formats-5.0
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