Loading a JPEG in MFC Application
-
Hi all. Recently I have asked how to load a JPEG file in my currently written MFC programming and some have reply on using cximage or GDI+. However I face difficulties in implementing them in my application because the example I found contains lots and lots of code and I do not know what to do with them. I just need to load a JPEG file and then do some image processing with it. Can anyone give me a more clearer idea of how to do it? Thank you for any advise.
-
Hi all. Recently I have asked how to load a JPEG file in my currently written MFC programming and some have reply on using cximage or GDI+. However I face difficulties in implementing them in my application because the example I found contains lots and lots of code and I do not know what to do with them. I just need to load a JPEG file and then do some image processing with it. Can anyone give me a more clearer idea of how to do it? Thank you for any advise.
Please look out the link below It uses win32.Hope it will help you. http://forums.devshed.com/t63516/s.html
-
Hi all. Recently I have asked how to load a JPEG file in my currently written MFC programming and some have reply on using cximage or GDI+. However I face difficulties in implementing them in my application because the example I found contains lots and lots of code and I do not know what to do with them. I just need to load a JPEG file and then do some image processing with it. Can anyone give me a more clearer idea of how to do it? Thank you for any advise.