Setting 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
 
AFAIK there is no quick way to do that. You have to provide a color
pallete and save the image with this new color pallete. The alternative
is to save the jpeg as a gif with 8bit color.

Regards,
Tasos
 
Back
Top