convert 16bit gray-scale image to 8bit
convert 16bit gray-scale image to 8bit
I have a set of 16bit gray-scale images (without a color table) that I would like to convert to 8bit gray-scale images (without a color table). I am looking for an algorithm that will inspect the image and quantize it as "best" as possible. Can convert do this ?
Re: convert 16bit gray-scale image to 8bit
Actually quantize does not solve my problem. But this does:
convert -depth 8 -normalize
convert -depth 8 -normalize