<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Merge channels with variables does not work any more"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1156">bug 1156</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WORKSFORME
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Merge channels with variables does not work any more"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1156#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - Merge channels with variables does not work any more"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1156">bug 1156</a>
from <span class="vcard"><a class="email" href="mailto:wsr@nih.gov" title="Wayne Rasband <wsr@nih.gov>"> <span class="fn">Wayne Rasband</span></a>
</span></b>
<pre>The Split Channels command, with RGB images, produces files with names like
title+" (red)", etc. You can get it to produce images with names like
"C1-"+title, etc. by converting RGB images to composite color, as in the
following example.
run("Clown (14K)");
if (!is("composite"))
run("Make Composite");
title = getTitle();
run("Split Channels");
t1 = "C1-"+title;
t2 = "C2-"+title;
t3 = "C3-"+title;
run("Merge Channels...", "c1=&t1 c2=&t2 c3=&t3 create keep ignore");</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>