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.