Re: Fusing Images: Color?
Posted by Albert Cardona on Jun 09, 2007; 7:58pm
URL: http://imagej.273.s1.nabble.com/Fusing-Images-Color-tp3699031p3699035.html
The easy way:
- convert your grey 8-bit image to RGB (all 3 channels have the same
values, so no apparent change).
- convert your RGB image to RGB stack (separate channels)
- scroll to the green channel (the first slice)
- paste (with paste control "Add") your 8-bit green LUT image to the
green channel. The pasted green LUT image is only visible as changes in
greyscale intensity, no color.
- convert the RGB stack to RGB: now the green color is visible.
Be sure to increase/decrease the brightness and contrast of the image to
paste, otherwise it may not be visible within the context of your target
image.
Albert