Login  Register

Re: Saving LUT colorized images

Posted by Gabriel Landini on Jan 03, 2010; 11:40am
URL: http://imagej.273.s1.nabble.com/Saving-LUT-colorized-images-tp3689855p3689858.html

On Saturday 02 January 2010, you wrote:
> I have an image (actually a stack of images) which I render using a
>  16-color LUT.

Not sure how to save those, but LUTs in IJ are 8 bit, so I think that you are
seeing only 256 colours (I think several greyscale values on the 16 bit image
are mapped to the same LUT entry).
You could convert that to RGB to have an image that shows what you are seeing
on screen (use Plugins>Utilities>Capture Image).

Cheers,
G