Can anybody point me in the right direction -
I need to be able to decompress a jpg from memory. I am using Independent JPEG Group's JPEG library. They have examples on reading and decompressing a jpeg from a file but I want to read a jpg from a webserver into memory. In memory, I want to decompress the jpeg and do something with it. I know how to get the jpg from a webserver. Does anybody have any experience with do something like this? Independent JPEG Group's mentions that I have to create a custom source manager???