Skip to content

ImageJ macro tool to zoom in onto an image with increments set by the user (default is 10)

Notifications You must be signed in to change notification settings

KeesStraatman/Zoom-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Tool

ImageJ macro tool to allow flexible zoom in and out.

Left mouse click zooms in; right mouse click zooms out. Continues zoom by keeping mouse button down.

Double click on icon to set increments.

Known problems:

  1. Before you can zoom out for the first time (right mouse click) you first have to zoom in once, if you use the right mouse click popup menu, as otherwise this menu is not disabled.
  2. At higher zooms the increase in zoom is not always as expected.

Download code

Select the file "ZoomTool.ijm" and select "Raw" from the right side menu. Select all the code and copy and paste this into the text editor from ImageJ/Fiji (File > New > Text Window). Alternatively, you can download all files via the green "Code" button as a ZIP file and extract the macro file. Save this file in your macros/tools sub-folder within the ImageJ or Fiji folder with the name ZoomTool.ijm.

Run macro

Install the macro via Plugins > Macros > Install ... and an icon with a "Z" will be added to the icon tool bar, till you restart ImageJ/Fiji.

Disclaimer

All the macros published on this repository can be used at your own risk. Although I did my best to ensure that they run as intended, there may be bugs, not expected use or changes to the ImageJ code that results in unexpected behaviour. If you notice a problem with any of the macros please let me know and I can try to solve the problem.

About

ImageJ macro tool to zoom in onto an image with increments set by the user (default is 10)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published