Click to See Complete Forum and Search --> : Loading Images


aruna.cabs
December 18th, 2006, 11:25 PM
hello,
how can i load images in VC++ .NET environment?
what is the procedure for it in MFC application?

JVene
December 19th, 2006, 03:17 PM
It can greatly depend on the type of images, jpg, bmp, tiff, etc....

Look into GDI+....

It can do some of that...


For wider image format support, consider searching google for CxImage, a free class library,

or google for CImg, another free class library,