Re: Easy Mag Glass
Posted by Wayne Rasband on Jun 03, 2008; 7:39pm
URL: http://imagej.273.s1.nabble.com/Easy-Mag-Glass-tp3696067p3696068.html
> I'm looking for a mag glass plugin to ImageJ that can:
> 1. not interfere with my current selection
The easy way to zoom in is to press "+" (Image>Zoom>In). The easy way
to zoom out is to press "-" (Image>Zoom>Out). These commands do not
interfere with the selection.
> 2. "Mag Glass" can be added to the right mouse menu
Any command can be added to the right click drop down menu by editing
this statement in StartupMacros.txt:
var pmCmds = newMenu("Popup Menu",
newArray("Help...", "Rename...", "Duplicate...", "Original Scale",
"Paste Control...",
"-", "Record...", "Capture Screen ", "Monitor Memory...", "List
Commands...",
"Control Panel...", "Startup Macros...", "Search..."))
> 3. on right click in image, choose "Mag Glass" then window appears
> with 100% mag at current cursor position.
In the v1.41e daily build you can zoom to 100% at the current cursor
location by pressing "5" (Image>Zoom>View 100%). Add "View 100%" to the
right click menu to be able to do it by right clicking.
-wayne
>
> Does this exist?
> Is it possible?
>
> Jon
>