Ticket #401 (closed task: fixed)
Opened 2011-03-28T14:48:40-05:00
Last modified 2011-04-20T16:39:45-05:00
Port the Image Zoom submenu plugins to IJ2
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
With the new zoom tool in the NavigleableImagePanel it is fairly easy to pan and zoom to strange extents without having an easy way back. The Ij1 menu entries in the Image Zoom submenu do nothing appropriate. Make some pure IJ2 implementations that allow users to recover.
Change History
comment:1 Changed 2011-04-06T16:01:42-05:00 by bdezonia
- Status changed from new to accepted
comment:2 Changed 2011-04-06T16:01:57-05:00 by bdezonia
- Milestone changed from imagej-2.0-alpha2 to biweekly-2011: Mar-28 to Apr-08
comment:3 Changed 2011-04-08T15:08:27-05:00 by bdezonia
make infrastructure code for tracking the active Display. make skeletons of the new zoom plugins.
comment:4 Changed 2011-04-12T15:57:03-05:00 by bdezonia
zoom plugins written and functional. some zoom sequences act unexcepectedly. must debug.
comment:5 Changed 2011-04-20T16:39:45-05:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
will open separate tickets for zoom plugin bugs.
Partial implementation of Zoom 100% and related infrastructure on my machine. Need to review with Curtis before finalizing ui plugin structure and committing code.