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 #175 (closed enhancement: fixed)

Opened 2007-10-08T10:54:14-05:00

Last modified 2007-10-10T12:33:55-05:00

More cohesive floating point image support

Reported by: curtis Owned by: melissa
Priority: major Milestone:
Component: bio-formats Severity:
Keywords: Cc:
Blocked By: Blocking:

Description

Currently Bio-Formats has duplicate implementations of byte-array-to-float conversion: loci.formats.TiffTools.getImage and loci.plugins.Util.openProcessor are two of them, and there may be others. These code blocks should be standardized into a single implementation to ensure that floating point images such as data/tiff/jeff/test36b.tif work in all contexts (showinf, ijview, OMERO, VisAD, etc.).

Change History

comment:1 Changed 2007-10-10T12:33:55-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

As of r3253, all byte array to float array conversions are done using DataTools.makeDataArray.