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: |
|
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: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
Opened a pull request:
https://github.com/openmicroscopy/bioformats/pull/39
comment:5 Changed 2012-03-26T11:37:52-05:00 by hinerm
- Status changed from assigned to closed
- Resolution set to fixed
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.