NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #55 (closed defect: fixed)

Opened 2010-06-01T12:20:33-05:00

Last modified 2010-08-31T12:00:25-05:00

Fix problem with TextReader and Bio-Formats Importer

Reported by: curtis Owned by: curtis
Priority: critical Milestone: biweekly-2010: Jun-01 to Jun-11
Component: SCIFIO Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

I recently added a loci.formats.in.TextReader class to Bio-Formats. It returns data with PixelType FLOAT. The data opens fine with showinf, and converts to TIFF using bfconvert, which can then be read into ImageJ. But reading in text files directly using the Bio-Formats Importer plugin results in an image with all zeroes.

Change History

comment:1 Changed 2010-06-02T14:48:06-05:00 by curtis

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

Fixed in  loci-java:r6443.

comment:2 Changed 2010-08-31T12:00:25-05:00 by curtis

  • Component changed from other to bio-formats