Multipoint Tool in zoomed images
Posted by Martin Höhne on Apr 23, 2015; 4:20pm
URL: http://imagej.273.s1.nabble.com/Multipoint-Tool-in-zoomed-images-tp5012583.html
Dear All,
I have the following problem:
when an image is displayed with a small zoom value, the first point of a multipoint region is not visible. The following macro demonstrates what I mean:
run("Cell Colony (31K)");
run("Set... ", "zoom=25");
run("Point Tool...", "type=Circle color=Red size=Large");
setTool("multipoint");
If you click into the image, you only see the first point after you added the second one.
Is this a bug or is this expected behaviour due to the zoom setting? Any ideas how to make the first point visible without adding a second one?
Martin