Labels on Images
Posted by
alicarlos13 on
Dec 08, 2016; 11:34pm
URL: http://imagej.273.s1.nabble.com/Labels-on-Images-tp5017729.html
I am trying to insert the label "title" of the image onto the image. It appears on the display; however, when trying to save the label goes not appear on the image.
style = 3; // Font.BOLD (1)+Font.ITALIC (2);
call("ij.gui.TextRoi.setFont", "Times", 80, style);
setForegroundColor(80, 255, 160);
run("Label...", "format=Text x=10 y=20 font=20 text=["+name_original+"] use use_text");