Hi Wayne,
Thanks for the info, but I am looking for something that pops up a small
separate window. Just like the magnifying glass tool, but one that does
not mess up the selection.
Jon
Wayne Rasband wrote:
>> 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
>>
>