C Covis Wang Sep 17, 2003 #1 I would like to save this memory Bitmap image or .bmp file as a .jpg file.how do I? //.net cf Thank you.
I would like to save this memory Bitmap image or .bmp file as a .jpg file.how do I? //.net cf Thank you.
R Romu Sep 17, 2003 #2 I think you can't. The method method is not implemented in CF. Some articles are available to save a bmp but not a jpeg.
I think you can't. The method method is not implemented in CF. Some articles are available to save a bmp but not a jpeg.
A Alex Yakhnin [eMVP] Sep 17, 2003 #3 Take a look here: http://www.pocketpcdn.com/articles/jpeglib.html You'd need to compile a DLL from the jpeglib source which exports the functions for use through P/Invoke. HTH... Alex
Take a look here: http://www.pocketpcdn.com/articles/jpeglib.html You'd need to compile a DLL from the jpeglib source which exports the functions for use through P/Invoke. HTH... Alex