<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_CONFIRMED "
title="CONFIRMED - I'm trying to merge two images (1 gb each, tiff files) and Image J processess the top half of the image while the bottom is black."
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1032#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_CONFIRMED "
title="CONFIRMED - I'm trying to merge two images (1 gb each, tiff files) and Image J processess the top half of the image while the bottom is black."
href="http://fiji.sc/bugzilla/show_bug.cgi?id=1032">bug 1032</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>You can use the open() function to open images and you can run commands in the
Image>Lookup Tables menu to assign colors to the channels. Here is an example:
open("");
rename("c1");
open("");
rename("c2");
run("Merge Channels...", "c1=c1 c2=c2 create");
run("Blue");
setSlice(2);
run("Yellow");
The command recorder (Plugins>Macros>Record) is helpful for creating macro
code.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>