Easy Mag Glass

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Easy Mag Glass

Jon Harman-3
Hi,

I'm looking for a mag glass plugin to ImageJ that can:
1.  not interfere with my current selection
2.  "Mag Glass" can be added to the right mouse menu
3.  on right click in image, choose "Mag Glass" then window appears with
100% mag at current cursor position.

Does this exist?
Is it possible?

Jon
Reply | Threaded
Open this post in threaded view
|

Re: Easy Mag Glass

Wayne Rasband
> 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
>
Reply | Threaded
Open this post in threaded view
|

Re: Easy Mag Glass

Jon Harman-3
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
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Easy Mag Glass

Gabriel Landini
On Tuesday 03 June 2008 22:26:43 Jon Harman wrote:
> 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.

You could adapt the Pixel_Inspector plugin to show an enlarged image rather
than the numbers.

G.