Login  Register

Re: Grayscale to RGB conversion

Posted by dscho on Dec 06, 2006; 10:52am
URL: http://imagej.273.s1.nabble.com/Grayscale-to-RGB-conversion-tp3700873p3700878.html

Hi,

On Wed, 6 Dec 2006, sharmistha paul wrote:

> I have 8 bit grayscale image. I'd like to convert this image into RGB
> color. How I can do that?

In general, this is not possible, since there are _many_ colours having
the _same_ gray value when converting to grayscale. So which one to pick
when trying to convert back?

However, there has been some articles about that problem, which Gabriel
mentioned on the ImageJ Documentation Wiki IIRC, but no work has been done
to make this an ImageJ plugin as far as I know.

Ciao,
Dscho