save BMP to JPG
-
I am using visual studio .net and want to save a BMP file to JPG format. How to do this? Is there a sample code for reference? Thanks.
-
if it's really just the file you'd like to convert manually (not code) just do it in Paint, but I'm not sure you can load jpg into the resources. No hurries, no worries.
-
I am using visual studio .net and want to save a BMP file to JPG format. How to do this? Is there a sample code for reference? Thanks.
Hi, use the intel jpeg library (ijl15.dll) SkyWalker
-
I am using visual studio .net and want to save a BMP file to JPG format. How to do this? Is there a sample code for reference? Thanks.
MFC/Windows does not have this capability built-in. you'll need to use a library like GDI+, CIXImage (available here on CP), ImgSource (my favorite :) ), or any of the other dozens of libraries out there. Image Toolkits | Image Processing | Cleek