Displaying a JPEG Image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a JPEG image data in a char array, i know the length of the data
as well, which functions could i use to display the Image in an already open
window.
 
Pravin Prabhu said:
I have a JPEG image data in a char array, i know the length of the data
as well, which functions could i use to display the Image in an already
open
window.

That's a good question for which you will probably find several answers in
the graphics group:

microsoft.public.win32.programmer.gdi

When I needed to do that several years ago (in unmanaged code), I used the
free library at the Independent JPEG group

www.ijg.org

It is not the fastest thing around but it comes with source and works as
documented.

Regards,
Will
 
Back
Top