Ticket #1153 (closed defect: fixed)
Opened 2012-05-04T13:31:39-05:00
Last modified 2014-09-02T17:11:23-05:00
Support IJ1's full range of File Open behavior
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1458 |
Description
IJ1's File Open command could open things other than images (like text files and LUTs etc.). IJ2's File Open only handles images. Extend IJ2 to support more input file types.
Change History
comment:1 Changed 2012-05-14T11:18:13-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:3 Changed 2012-09-07T11:07:18-05:00 by bdezonia
- Blocking 1458 added; 1339 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:4 Changed 2012-10-10T14:01:43-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7
comment:5 Changed 2012-10-10T16:04:25-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta7 to imagej-2.0.0-beta9
comment:6 Changed 2014-09-02T17:11:23-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
SJC now provides an IOService that uses IOPlugins to handle much more than just images, and is what ImageJ2's File>Open uses.