Login  Register

Re: Using themagnifying glass without Toolbar

Posted by Bill Mohler on Mar 05, 2010; 2:01pm
URL: http://imagej.273.s1.nabble.com/Using-themagnifying-glass-without-Toolbar-tp3689096p3689104.html

The closest I can come up with is to point the mouse at your point of
interest, and zoom in and out with + and - .   Once zoomed, you can pan
by holding down the spacebar and dragging the canvas.  Seems to cover
all you want, with no toolbar interaction.  But it's not mouse-only.

Bill

Cspr wrote:

> Hey fellow ImageJ users,
>
> is it possible to use the magnifying glass functionality in ImageJ, with no
> Toolbar present in the program?
>
> Attempts such as
>
> IJ.run("Set... ", "zoom=200");
> IJ.run("In", "");
>
> and the likes does zoom, but i can't zoom out again, nor can I zoom in on
> the parts I would like to using the mouse. Bascially is it possible to get
> the same functionality as the magnifying glass on the imagej toolbar, where
> I can zoom in and out using the mouse and its buttons? If so how?
>
> Thanks
>
>