Displaying Jpeg Image in MFC
-
Hi, I am reading the jpeg image and writing the data to the text file(as binary). I want to reconstruct the jpeg image (like BMP) using the data written in text file. And I want to display it on dialog. Is it possible..?? If Yes let me know the procedure. Thanx in advance.
Reagards Shiva
-
Hi, I am reading the jpeg image and writing the data to the text file(as binary). I want to reconstruct the jpeg image (like BMP) using the data written in text file. And I want to display it on dialog. Is it possible..?? If Yes let me know the procedure. Thanx in advance.
Reagards Shiva
-
Hi, I am reading the jpeg image and writing the data to the text file(as binary). I want to reconstruct the jpeg image (like BMP) using the data written in text file. And I want to display it on dialog. Is it possible..?? If Yes let me know the procedure. Thanx in advance.
Reagards Shiva
Do you want to show jpeg file so you can use of CImage class.