Problem with overlay from ROi in BatchMode

Posted by ERIC on
URL: http://imagej.273.s1.nabble.com/Problem-with-overlay-from-ROi-in-BatchMode-tp5007046.html

Hi all,
I want to save an image with the ROI in the Overlay. It does't work  
when setBatchMode is set to true. Any Idea ?
YOu can try by this kind of macro:

setBatchMode(true);
open("the file you want);
run("From ROI Manager");
saveAs("the file you want");
close();

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html