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

Opened 2010-06-01T13:21:05-05:00

Last modified 2010-08-31T12:01:42-05:00

Fix CompositeImage edge cases in Bio-Formats Importer

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

Description

The Bio-Formats Importer now uses CompositeImages all the time. This does not work with single channel images, so the code needs to be more intelligent about using CompositeImage only when SizeC>=2.

There is also a limit of seven channels, so code is needed to handle cases where SizeC>7.

Change History

comment:1 Changed 2010-06-21T14:37:52-05:00 by curtis

  • Status changed from new to accepted
  • Milestone changed from biweekly-2010: Jun-01 to Jun-11 to biweekly-2010: Jun-14 to Jun-25

comment:2 Changed 2010-06-22T17:19:10-05:00 by curtis

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

 loci-java:r6554 largely addresses these issues, though more testing is needed.

comment:3 Changed 2010-08-31T12:01:42-05:00 by curtis

  • Component changed from other to bio-formats