Hi Guys!
I have generated framebuffer in RGB888 and I would like to convert to to a JPEG format. I am trying to use these APIs, bur so far no success:
// Step 2: Initialize the JPEG compression object
jpeg_create_compress(&cinfo);
//jpeg_start_decompress(&cinfo);
jpeg_start_compress (&cinfo,true);
Can anyone give me more details about what other APIs to use and it would be great if there is a demo example.
Thank you all in advance.