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 #53 (closed enhancement: moved)

Opened 2007-03-19T13:37:04-05:00

Last modified 2014-01-09T13:13:06-06:00

OME download feature should use ImageFlatField

Reported by: curtis Owned by: curtis
Priority: major Milestone: visbio4.0
Component: visbio Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

VisBio's ability to download from OME uses the Bio-Formats OMEReader class, which is good, but it does not package the resulting BufferedImage objects into an ImageFlatField. Instead, it converts the results to a float[][] with ImageTools.getFloats(BufferedImage) for use with a normal FlatField. For efficiency, VisBio should behave no differently with BufferedImage objects obtained from OMEReader than from any other IFormatReader.

Change History

comment:1 Changed 2007-03-20T14:20:30-05:00 by curtis

  • Component changed from bio-formats to visbio

comment:2 Changed 2014-01-09T13:13:06-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved
  • Severity set to serious