"WD" wrote in message
Bart,
Thanks. That worked for 'info'. Is there anything that can be done regarding curves or histograms?
Not with a Photoshop setting, but there is a free histogram "filter" available at:
http://www.reindeergraphics.com/free.shtml#widehisto It also shows that to display (and select ranges) more than 256 values, one needs a wide histogram to really benefit. Curves are too crude to need 15-bit precision, you'll need a different application if you need that type of accuracy.
Also, the max value is 32768 and not 65536, do you know the reason
for this?
That's how it is in Photoshop. The final high bit is used for calculation overflow. It allows calculations (including rounding and multiplications) to be done with 16-bit integer math, which is presumably quicker in most processors than 32-bit math (or you could do 2 multiplications at the same time).
Bart