Changing Color depth of a jpeg image

  • Thread starter Thread starter Onwuka Emeka
  • Start date Start date
O

Onwuka Emeka

is there a way to reduce or modify the color depth of a jpeg image, i
currently need to programatically change the color depth of a jpeg image
from 24bits to 8bits. any help would be appreciated
 
The color depth of a JPEG image is 8 bits per color channel. There is no
JPEG format (except grayscale) with a color depth of 8 bits per pixel.
 
I found a solution. http://freeimage.sourceforge.net/. there is a nice
though incomplete .NET wrapper for it, it has a method that converted the
24bit to 8bit, and yeah its grayscale :).

I updated the wrapper and would be posting it to my blog soon.

Thanks.
 
Back
Top