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

Opened 2007-03-16T13:05:54-05:00

Last modified 2007-04-26T11:45:18-05:00

OME Uploader API should be merged with format writer logic

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

Description

Bio-Formats includes tools for downloading from an OME database (OMEReader) as well as uploading into one (OMEUploader). OMEReader implements the IFormatReader interface, but we have a separate Uploader interface for OMEUploader. It would be more consistent to have OMEUploader implement the IFormatWriter interface, so that uploading to a database is no different than writing to files on disk.

Change History

comment:1 Changed 2007-04-26T11:45:18-05:00 by melissa

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

Done in r2682.