Copy and Paste in BatchMode

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Copy and Paste in BatchMode

Benjamin Gilbert
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?

thanks, ben
Reply | Threaded
Open this post in threaded view
|

Re: Copy and Paste in BatchMode

Wayne Rasband
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