Duplicaing Stacks
Posted by David Webster on Oct 08, 2009; 6:58pm
URL: http://imagej.273.s1.nabble.com/Duplicaing-Stacks-tp3690862.html
All,
If I want to duplicate a Stack, I assume I must do it either slice by
slice or use;
IJ.run(imp, "Duplicate...", "title=myimage duplicate range=1-maxslice");
where imp is an ImagePlus object.
If I use the IJ.run() how do I get the ImagePlus reference for the reult.
Is there an easier way to do this? I may be missing it again, but I don't
see anything in Plugins/Stacks that obviously does this.
David Webster