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 #850 (closed task: duplicate)

Opened 2011-10-31T14:21:29-05:00

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

Extend ImgOpener functionality

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b3-headless
Component: ImgLib2 Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #9, #1912

Description

There are a couple things we could add to ImgOpener that would be useful:

1) make it able to open more than files. URLs would be nice. Other streams too?

2) make it or it's callers record the source filename/url inside the Dataset/ImgPlus returned. This would allow a pure IJ2 Revert command to be created and implemented simply.

Change History

comment:1 Changed 2012-02-26T22:26:20-06:00 by curtis

  • Blocking 9 added

comment:2 Changed 2012-03-05T10:33:30-06:00 by curtis

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

Issue 1 above filed as ticket #1046.
Issue 2 above filed as ticket #1045.

comment:3 Changed 2013-06-05T15:11:52-05:00 by bdezonia

  • Blocking 1912 added; 9 removed

comment:4 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.