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 #392 (closed defect: fixed)

Opened 2009-05-06T18:24:52-05:00

Last modified 2009-05-07T11:31:39-05:00

Endianness problem when exporting 16-bit ICS

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

Description

ICS files written by Bio-Formats may have their endianness reversed. For example:

bfconvert data/fv1000/glen/4205basal106072.oif 4205basal106072.ics

Change History

comment:1 Changed 2009-05-07T11:31:39-05:00 by melissa

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

(In [5087]) Get the endianness from MetadataRetrieve, instead of assuming that the pixels are big endian. Closes #392.