|
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");
I know this was a bug before, was wondering if it is still there or whether it is something in the macro.
|