I would like to open a grey-scale image or stack of images in ImageJ and convert them from 8 bit JPEG's to 32 bit floating point TIFF images. I have already done this using the following:
file->open->(selected image)->image->type->32-bit->file->Save as->TIFF
So my question is if this is the correct way to save an 8 bit JPEG as a 32 bit floating point TIFF because the digital gray values remained the same, between 0 and 255, and I expected them to change to a number between 0 and 2^32.
Thanks for any help.