Login  Register

Re: Copy and Paste in BatchMode

Posted by Wayne Rasband on Aug 31, 2009; 9:04pm
URL: http://imagej.273.s1.nabble.com/Copy-and-Paste-in-BatchMode-tp3691330p3691331.html

On Aug 31, 2009, at 3:33 PM, Benjamin Gilbert wrote:

> Commands such as run("Copy") do not seem to work while BatchMode(true)
> is
> enabled. Searching the ImageJ archive, this has been mentioned before.
> Is
> there any solution to avoiding frenetic flashing between active windows
> while transferring images between stack slices?

Copy and paste do work in batch mode macros. Here are some examples:

    http://rsb.info.nih.gov/ij/macros/AnimatedGaussianBlur.txt
    http://rsb.info.nih.gov/ij/macros/TypeTheSky.txt
    http://rsb.info.nih.gov/ij/macros/examples/CurveFittingDemo.txt
    http://rsb.info.nih.gov/ij/macros/CustomHistogram.txt
    http://rsb.info.nih.gov/ij/macros/HueRotation.txt
    http://rsb.info.nih.gov/ij/macros/Kaleidoscope.txt
    http://rsb.info.nih.gov/ij/macros/Show_All_LUTs.txt

-wayne