How to retrieve images from using visual c++ 6.0

  • Thread starter Thread starter momopeachgal
  • Start date Start date
M

momopeachgal

Hi all, i m quite new in visual c++./ So i need to know is there any
way to get an image from a picture.Say.. a Human being picture.. lets
say the picture is in .jpg format. THanks!

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
Hi all, i m quite new in visual c++./ So i need to know is there any
way to get an image from a picture.Say.. a Human being picture.. lets
say the picture is in .jpg format. THanks!

I suggest that you have a look at GDI+ in MSDN. In later versions of
VC++ there are wrapper classes (such as CImage) around the GDI+
functionality - there might be similar freely available wrappers for
VC6 online.

Dave
 
Back
Top