how to convert 16-bit to 8-bit without dithering
I have 16-bit RGB tiffs which I must convert to 8-bit Windows bitmaps.
When I do Image > Mode > 8 Bits/Channel, Photoshop introduces dithering. It doesn't ask. It just does it.
Of course Photoshop dithers to try to simulate the fine 0-32768 of the 16-bit tiff with with the coarse 0-255 of the 8-bit bitmap.
But the nature of my pictures don't allow dithering. It can't have pixels that are identical to neighbor pixels become unidentical.
So I want the simplest kind of 16-bit to 8-bit conversion -- pixel-by-pixel -- each 16-bit level getting replaced with the nearest 8-bit level.
If there's no way to turn off dithering in Image > Mode > 8 Bits/Channel is there some other route to the needed 8-bit bitmaps?
Thanks
.
