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

Opened 2007-04-04T06:53:50-05:00

Last modified 2007-04-06T12:28:45-05:00

Move IFormatReader.swapDimensions into separate DimensionSwapper delegate

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

Description

The IFormatReader.swapDimensions(String, String) functionality is optional, and should really sit in a separate layer on top of the base FormatReader implementation. Dimension swapping adds a level of complexity that would be nice to keep isolated from the rest of the logic.

Change History

comment:1 Changed 2007-04-06T12:28:45-05:00 by melissa

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

Done in r2564.