This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

tool to convert jpeg to RGB565 format.

Hi All,

 

I am trying to display jpeg  image in rgb565 format on dm355 osd window.

I had tried "djpeg" utiity to convert image from jpeg to bmp and then bmp to rgb565 using TI program bmpTrgb16.c.

Please Note : fb is configured for 1024x768.

But i am unable to get clear colored picture on osd window , also converting from bmp to rgb16 has a size limitaion for conversion (i.e size should be multiple of resolotion like

for "1024x768" ==> size :: 1024x768x3 ==> 2.3MB)

Is there any utiltity in DVSDK or opensource which can directly convert jpeg image to RGB format.

 

appreciate your help / advice.

Thanks,

Santosh