Re: Labelling of objects - font size
Posted by
Rasband, Wayne (NIH/NIMH) [E] on
May 28, 2015; 1:51am
URL: http://imagej.273.s1.nabble.com/Labelling-of-objects-font-size-tp5012936p5012962.html
> On May 25, 2015, at 2:39 PM, Michael Higgins <
[hidden email]> wrote:
>
> Hello,
>
> I want to label objects. I use Analyse/Analyse particles and select show: outlines.
> I see an image with the outlines labelled, but the numbers are tiny.
> I can't find a control to make the labels bigger.
Use the Show: Overlay Outlines option and you will be able to change the font size in the Image>Overlay>Labels dialog. Here is a macro example:
run("Blobs (25K)");
setAutoThreshold("Default");
run("Analyze Particles...", "size=450 show=[Overlay Outlines]");
resetThreshold();
run("Labels...", "color=white font=14 show draw");
run("Set... ", "zoom=200");
-wayne
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html