how to convert files to BMP format (Win32)
-
i would like to know how do i convert different image files to BMP format and again back to original format from BMP without using MFC.
Check out CxImage on Code project, you will find that very usefull. The World is getting smaller and so are the people.
-
Check out CxImage on Code project, you will find that very usefull. The World is getting smaller and so are the people.
-
Thanks for the reply.but the code given there is in c++,whereas im working in Win32.Plz tell me if u find any thing code or reference which converts the files ...(Win32)..
-
What do you mean you are working in Win32. You must be using some kind of compiler C, C++, VB to use the Win32 API's.
I think CxImage is not dependent on MFC, so you can use those classes without any prob.but need to check on that wheather it uses MFC or not. Doing image manupulation in pure C is a heavy task, i dont even want to think about that. The World is getting smaller and so are the people.
-
I think CxImage is not dependent on MFC, so you can use those classes without any prob.but need to check on that wheather it uses MFC or not. Doing image manupulation in pure C is a heavy task, i dont even want to think about that. The World is getting smaller and so are the people.
CxImage can be running on Linux. So, I guess it is MFC independent. Sonork 100.41263:Anthony_Yio