Re: color from txt images

Posted by Gabriel Landini on
URL: http://imagej.273.s1.nabble.com/color-from-txt-images-tp3703300p3703303.html

On Wednesday 22 March 2006 16:44, Naomi Barth wrote:
> Hi can someone tell me what I need to do to have a txt image that when I
> open it in image J I will get colors.  The file currently numbers from
> 0-255, but that can be changed to some rgb format.  So far when I have
> tried saving differnt image types at txt images (8-bit color, rgb, etc),
> and then opening  them up again in image J, they were all greyscale.

You could apply a colour Look Up Table (LUT) to the loaded image.
For instance:
run("Fire");
or
run("Ice");

Cheers,
G.