Eric,
I’m not sure you will see the same info using all Operating Systems but on my Windows 7 machine I can right click on a TIFF file I’m trying to import and select properties. The properties windows has a “details” tab that shows the bits per channel.
If I show the details for an 8 bit TIFF file, the bit depth equals 24. This makes sense to me since there are 3 color channels (R, G, B) and each is 8 bits for a total of 24 bits.
If I show the details for a 16 bit TIFF file, the bit depth equals 48. This makes sense to me since there are 3 color channels (R, G, B) and each is 16 bits for a total of 48 bits.
You can find similar info using Photoshop CS4 if you have an image loaded and select “File Info…” from the file menu. The “Raw Data” tab shows something like this for the 8 bit TIFF:
8
8
8
So it sounds like Encore CS4 only likes 8 bit TIFF files (24 bits of color info) and not 16 bit TIFF files (48 bits of color info). A lot of color info is therefore unfortunately discarded…I guess?
Thanks again for your help with this.