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 #400 (closed task: fixed)

Opened 2009-05-26T16:12:06-05:00

Last modified 2010-07-13T17:02:11-05:00

Remove IFormatReader.openImage in favor of BufferedImageReader class

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

Description

Any reference to AWT classes can cause problems on certain systems, especially headless or Mac OS X systems. For the next release, we should remove the IFormatReader.openImage methods to keep the core Bio-Formats API free from AWT references.

To provide the same functionality, we can create a ReaderWrapper extension called BufferedImageReader that provides an openImage method, similar to loci.plugins.util.ImagePlusReader for openProcessors.

Change History

comment:1 Changed 2009-07-01T12:17:49-05:00 by melissa

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

openImage was removed from IFormatReader in r5191.

comment:2 Changed 2010-07-09T12:55:02-05:00 by melissa

  • Milestone bio-formats-4.2 deleted

Milestone bio-formats-4.2 deleted

comment:3 Changed 2010-07-13T17:02:11-05:00 by melissa

  • Milestone set to bio-formats-4.2