Why are 16-bit files of all persuasions more than double the size of 8-bit files?
Why are 16-bit files more than double the size of 8-bit? Normally I convert 16-bit scans to 8-bit to save space, but sometimes I want to keep the 16-bit images.
However, there is a huge penalty in file size. All tests below are on the same original image, converted from grayscale 16-bit to 8 bit:
8-bit
jpg2000… 8.9MB
Tiff … 11.5MB (zip)
16-bit
jpg2000… 30.9MB
PNG… 35MB
PSD… 43.7MB
Tiff… 38.6MB (zip)
Ques 1
I don't follow the maths. 16-bits requires exactly double the number of bits. Why 5 times the size in some cases?
Ques 2
Is there a lossless format that is optimised for 16-bit? i.e. if I decide to archive as 16-bit, that the file size is only double what an 8-bit file would be.
