Saving BMP as JPG/PNG in .net compact framework

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
Back
Top