.NET CF 2.0 IMAGE SAVE PROBLEM

G

Guest

I'm saving a BITMAP image using the image Save method on a mobile device
(.NET CF 2.0). I've chosen the ImageFormat.Bmp format. The image is saved
but not all programs can open the saved BMP file (including VS 2005). The
latest Paint and Paint Shop Pro have no problem opening the file. I've tried
some other formats (JPEG, GIF, and PNG) but the CLR runtime complains that
these formats are not supported in .NET CF 2. This contradicts the
documentation. What's happening with images saves on mobile platforms?
 

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