Re: Automating the Zoom
Posted by Ben.BigHair on
URL: http://imagej.273.s1.nabble.com/Automating-the-Zoom-tp3700338p3700341.html
Tony wrote:
> Is there a way to get and set the image-window magnification from inside a
> plugin ?
>
> T
>
Hello,
Take a look at the getMagnification() and setMagnification() methods for
ImageCanvas object. You can get an instance of the ImageCanvas from
ImageWindow objects.
Cheers,
Ben