Saving BMP as JPG/PNG in .net compact framework

G

Guest

I am using .net cf 2.0 under windows ppc 2003. The documentation lists the it
is supported to save a BMP images in a jpg or png format in .net cf 2.0.

When I am doing this an exception "Not Supported" happens.

I searched in other newsgroups and others faced the same issue.

appreciate your prompt help.

Regards,
Samer
 
V

Vadym Stetsyak

Hello, Samer!

SA> I am using .net cf 2.0 under windows ppc 2003. The documentation
SA> lists the it
SA> is supported to save a BMP images in a jpg or png format in .net cf
SA> 2.0.

SA> When I am doing this an exception "Not Supported" happens.

SA> I searched in other newsgroups and others faced the same issue.

SA> appreciate your prompt help.


What method do you use?
Bitmap.Save(...., ImageFormat ) ?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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