CF: How do I create a .jpg file from a .bmp file or bitmap?

K

Kingherc

I'm working on a project using the .NET Compact Framework which
doesn't support saving Bitmaps to files. I've successfully made a
routine to save a bitmap to a .bmp file. But I'm now in need of a
tool to save the bitmap or the .bmp file to .jpg format.

I've seen many libraries not supporting NET, and only one (FreeImage)
supporting NET but only on windows. So, is there any way to achieve
saving to .jpg on a smartphone 2003?

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
G

Guest

GDI+ has the facilities for saving to .jpg, but I am not certain how much of
this translates to the Compact Framework, with its smaller footprint. Here is
an article I drumed up rather quickly (sure there are better):

http://www.informit.com/articles/article.asp?p=336257


---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top