[ImageJ-bugs] [Bug 924] Jython IJ.run("Duplicate...", "new_name") problem with whole stack duplication

bugzilla at fiji.sc bugzilla at fiji.sc
Mon Sep 1 12:25:59 CDT 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=924

Wayne Rasband <wsr at nih.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wsr at nih.gov

--- Comment #1 from Wayne Rasband <wsr at nih.gov> ---
This is not the correct syntax. I get something like this when I duplicate a
stack with the recorder (Plugins>Utilities>Record) running in "JavaScript"
mode:

   imp = IJ.getImage();
   imp2 = new Duplicator().run(imp);
   imp2.show();

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20140901/436bc888/attachment.html>


More information about the Imagej-bugs mailing list