Posted by Jan Eglinger on Jul 17, 2014; 4:35pm URL: http://imagej.273.s1.nabble.com/Magnification-of-the-current-image-in-java-tp5008804p5008806.html
Hi Thorsten,
On 17.07.2014, 5:30 PM, Thorsten Wagner wrote:
> in ImageJ, pressing + results in a magnification of the current image.
>
> How can I get the current magnification in a java plugin?
You can use the ImageCanvas#getMagnification() method.