BMP TO JPG CONVERSION IN VC++
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Can we convert BMP to JPG image using VC++. If so what is the code that has to be written in VC++.
There are many solutions such as CImage of MFC(or ATL), some third party libraries such as jpeglib.lib , CImageX etc. Unmanaged in a .NET world
-
Can we convert BMP to JPG image using VC++. If so what is the code that has to be written in VC++.
-
Can we convert BMP to JPG image using VC++. If so what is the code that has to be written in VC++.
You also have the ability to do it in GDI+.