Re: Merge Channels Macro
Posted by mmettlen on Feb 20, 2014; 2:38pm
URL: http://imagej.273.s1.nabble.com/Merge-Channels-Macro-tp3684311p5006600.html
I'm trying to write a macro in which the user chooses which open images to merge. Thus, my macro includes: run("Merge Channels..."};. Now, I'd like to activate by default "keep" and "create". However, if I include in my macro run("Merge Channels...", "keep, create");, the merging runs through without giving the user the possibility to choose what channels to merge. Any way around that?