I have a TIF that was taken with only one color channel. It shows stuff that was Green or Red. But in the most image tools it is only shown as grayscale.
I want to transform this back to a colored image. That shows different values of Green or Red instead of grayscale.
ImageJ show this if I run this commands:
run("Channels Tool...");
run("Red");
but if I save the image the new color is not saved.
I have not found a way to save the color information in a tif. It seems the tif only saves the one channel and all non ImageJ programs display the tif in grayscale.
I now save the image into a jpg, because that is the target format that office programs can use.