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

Opened 2012-02-24T13:32:03-06:00

Last modified 2013-06-07T15:37:54-05:00

ImgSaver for exporting image data

Reported by: curtis Owned by: hinerm
Priority: critical Milestone: imagej2-b1-initial
Component: I/O Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #9, #649, #1912

Description

The workhorse of File > Open in ImageJ2 is the ImgOpener, part of ImgLib that uses SCIFIO/Bio-Formats. We need a corresponding ImgSaver that uses SCIFIO/Bio-Formats to write out data in supported formats.

Change History

comment:1 Changed 2012-02-27T09:05:27-06:00 by bdezonia

  • Blocking 649 added

comment:2 Changed 2012-02-27T10:36:21-06:00 by curtis

  • Owner changed from curtis to hinerm
  • Priority changed from major to critical
  • Status changed from new to assigned

comment:3 Changed 2012-03-08T15:30:35-06:00 by hinerm

Working implementation committed to  https://github.com/ctrueden/bioformats/tree/imglib-io for review.
Only supports Planar images currently.

comment:4 Changed 2012-03-14T11:30:51-05:00 by hinerm

comment:5 Changed 2012-03-26T11:37:52-05:00 by hinerm

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

comment:6 Changed 2013-06-05T15:12:26-05:00 by bdezonia

  • Blocking 1912 added; 9 removed

comment:7 Changed 2013-06-07T15:37:54-05:00 by curtis

  • Blocking 9 added

(In #9) This ticket is really about improving the infrastructure if I/O for ImageJ2. With SCIFIO, we have now done that. The 2.0.0-beta-7 release is using SCIFIO 0.1.0—File Open and File Save are now extensible—so this ticket is complete.

Remaining tickets about improving the existing I/O mechanism have been migrated to ticket #1920.