Ticket #593 (new task)
Opened 2011-06-10T14:33:28-05:00
Last modified 2013-03-06T17:10:07-06:00
File :: New Image enhancement needed
Reported by: | bdezonia | Owned by: | curtis |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b10-compatibility |
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1524 |
Description
IJ2's File :: New Image plugin only creates 2d XY images. It should be expanded to allow users to choose dimensional axes and sizes. Eventually units too(?).
Change History
comment:1 Changed 2011-06-13T12:11:59-05:00 by bdezonia
comment:2 Changed 2011-07-27T15:00:57-05:00 by curtis
This is tough. The plugin framework needs to support a varying number of axis inputs. Each axis consists of a type, length and perhaps eventually a unit.
comment:3 Changed 2011-09-25T22:40:40-05:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta3
To do this right, it entails a couple of things:
- Support for Lists of inputs, with plus/minus buttons to add/remove items from the list. See ticket #792.
- A new AxisWidget that allows selection of an Axis. We can use this in other plugins too, perhaps. To facilitate this, I'd like for widgets to be pluggable using SezPoz rather than hardcoded as they are now. See ticket #791.
This ticket can wait until the two above tasks are complete.
comment:5 Changed 2012-09-07T11:22:04-05:00 by bdezonia
- Blocking 1460 added; 1333 removed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:8 Changed 2013-01-29T14:00:53-06:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b10-compatibility
comment:9 Changed 2013-03-06T17:10:07-06:00 by bdezonia
Note recently that bdezonia made a workaround that makes the current New Image dialog more functional. This ticket still reflects long term needs.
Once this functionality is in place please blacklist the IJ1 plugin File :: New :: Hyperstack.