Re: Saving LUT colorized images
Posted by Wayne Rasband on Jan 03, 2010; 10:53pm
URL: http://imagej.273.s1.nabble.com/Saving-LUT-colorized-images-tp3689855p3689856.html
> Hi all,
>
> I have an image (actually a stack of images) which I render using
> a 16-color LUT. How do I make it so that the false color remains
> in the saved image?
>
> Currently saving just outputs BW.
>
> Thanks and happy new years!
Convert to RGB using the Image>Type>RGB Color command and then save the image. The Plugins>Utilities>Capture Image command will also work but it requires ImageJ 1.42 or later. Or use the Image>Overlay>Flatten command, available in ImageJ 1.43 and later.
-wayne