Ticket #593 (new task)
File :: New Image enhancement needed
| Reported by: | bdezonia | Owned by: | curtis |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta4 |
| Component: | ij-core | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
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:2 Changed 10 months ago 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 8 months ago 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.
Note: See
TracTickets for help on using
tickets.

Once this functionality is in place please blacklist the IJ1 plugin File :: New :: Hyperstack.