Page 1 of 1

convert 16bit gray-scale image to 8bit

Posted: 2009-04-10T08:40:44-07:00
by gulfoslides
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

Posted: 2009-04-10T11:34:07-07:00
by fmw42

Re: convert 16bit gray-scale image to 8bit

Posted: 2009-04-29T12:45:56-07:00
by gulfoslides
Actually quantize does not solve my problem. But this does:

convert -depth 8 -normalize