Tagged Questions
1
vote
1answer
2k views
using jpeglib for JPEG compressed byte stream
I have JPEG compressed byte stream stored in a variable called "Image" and I want to convert this byte stream to RGB.
Eg: unsigned char *Image;
My question is: Is there any way to pass "Image" to ...