Ticket #1081 (closed enhancement: moved)
Opened 2012-03-30T09:30:08-05:00
Last modified 2013-06-13T13:32:46-05:00
Need additional metadata when saving
Reported by: | hinerm | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | I/O | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1920, #1923 |
Description
When saving through the SaveAsImage plug-in, there is some view-related metadata that is currently not being captured in Bio-Formats.
Specifically, knowing the composite mode of an image would be useful, as well as other Display properties - such as the current index for each axis.
These could be handled via the addition of a Key,Value bag to the output's Metadata, and a corresponding update to SaveAsImage to take advantage of this bag.
Change History
comment:1 Changed 2012-05-15T10:52:16-05:00 by curtis
- Owner set to curtis
- Status changed from new to assigned
- Component changed from other to ij-io
- Blocking 9 added
- Type changed from defect to enhancement
comment:2 Changed 2012-05-15T10:52:45-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:3 Changed 2012-09-06T14:27:35-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:4 Changed 2013-06-05T15:13:49-05:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:6 Changed 2013-06-07T15:37:54-05:00 by curtis
- Blocking 9 removed
(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.
comment:8 Changed 2014-05-07T04:06:30-05:00 by curtis
- Status changed from assigned to closed
- Resolution set to moved
Migrated to https://github.com/imagej/imagej-common/issues/4, https://github.com/scifio/scifio/issues/172
See also #516.