Multipoint Tool in zoomed images

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multipoint Tool in zoomed images

Martin Höhne
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
Reply | Threaded
Open this post in threaded view
|

Re: Multipoint Tool in zoomed images

Rasband, Wayne (NIH/NIMH) [E]
> On Apr 23, 2015, at 12:20 PM, Martin Höhne <[hidden email]> wrote:
>
> 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?

Thanks to Michael Schmid, this bug is fixed in the latest ImageJ daily build (1.49s1).

-wayne


> --
> View this message in context: http://imagej.1557.x6.nabble.com/Multipoint-Tool-in-zoomed-images-tp5012583.html
> Sent from the ImageJ mailing list archive at Nabble.com.



--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Multipoint Tool in zoomed images

Martin Höhne
Thank you Michael and Wayne.

As always: lightning fast fix. This is really incredible!