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 ...
0
votes
4answers
703 views
C: WinAPI CreateDIBitmap() from byte[] problem
I have been working on this problem for a while now.
I am trying to add JPEG support to a program with libjpeg.
For the most part, it is working fairly well, But for some JPEGs, they show up like the ...