
Originally Posted by
Jairo
I will describe why I think I could end up wasting data. Correct me if I say something wrong.
In the process of stacking the 8-bit monochrome images, with pixels ranging from 0 to 255 in value, I end up with an average value of the entire stack for a given pixel, which is still between 0 and 255, but generally is not an integer number. When I aply the wavelts and adjust levels, I won't be working with a normal 8-bit image anymore. Effectively, its range is bigger.
When I choose to do nothing to the stacked image and save it as a normal file, I suppose the bit values are truncated to integer again. So if I try to use wavelets only when I saved and fused the three images, I will be working on a normal 8-bit image again.