I've searched through the forums, but haven't really found what I'm looking for.
Basically, I need to convert a JPG file that has been loaded into a memory buffer (the entire file, copied to a buffer in memory) into a DIB bitmap I can use for various purposes.
I would prefer a solution that doesn't require an external DLL of any type, works with Win98 and up, and can be used freely (no restrictions on distribution).
I've seen bits and pieces of GDI+ code that "seems" like it would do what I need, but I'd really like to see a full standalone sample source code if possible.
Thanks,
Anthony
Basically, I need to convert a JPG file that has been loaded into a memory buffer (the entire file, copied to a buffer in memory) into a DIB bitmap I can use for various purposes.
I would prefer a solution that doesn't require an external DLL of any type, works with Win98 and up, and can be used freely (no restrictions on distribution).
I've seen bits and pieces of GDI+ code that "seems" like it would do what I need, but I'd really like to see a full standalone sample source code if possible.
Thanks,
Anthony
Comment