Save command in macro in batch mode
Posted by
Robert Lockwood on
URL: http://imagej.273.s1.nabble.com/Save-command-in-macro-in-batch-mode-tp5021894.html
My macro, in batch mode, creates a stacks which are, one at a time saved it
to a user supplied directory but 'save' asks for the user's input. How do
I save with no user action required.
<snippet>
run("Images to Stack", "name=" + stackName + " title=[] use");
run("Save", "name=" + destPathName + " use");
<\snippet>
'destPathName' is a fully qualified pathname for the stack.
Recording a Save command didn't provide any information.
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html