Login  Register

Re: Using themagnifying glass without Toolbar

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

Cspr,

A couple options might be:

macro language setTool command
http://rsb.info.nih.gov/ij/developer/macro/functions.html

or check out the Toolbar.setTool in the Java api documentation
http://rsb.info.nih.gov/ij/developer/api/index.html

Both of these links are invaluable!!!

Jim

----------------------------------------------
Jim Passmore
Research Associate
Sealed Air Corporation
----------------------------------------------






ImageJ Interest Group <[hidden email]> wrote on 03/05/2010 08:12:34
AM:

> 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
>
> --
> View this message in context: http://n2.nabble.com/Using-
> themagnifying-glass-without-Toolbar-tp4680649p4680649.html
> Sent from the ImageJ mailing list archive at Nabble.com.