Re: System clipboard "paste" in a macro

Posted by Wayne Rasband on
URL: http://imagej.273.s1.nabble.com/System-clipboard-paste-in-a-macro-tp3702951p3702952.html

> Hi everyone,
> I could not find a way to paste in a macro an image from the  
> clipboard.
> Do you know of a solution ?
> Thx, Best regards,

Upgrade to ImageJ 1.37b or later, which adds the File>New>System  
Clipboard command, then use

     run("System Clipboard");

in your macro.

-wayne