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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top