Bonjour,

Je voudrais sauver une image jpg en bmp, mais ca ne marche pas !!!!

Voila mon code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
System.Drawing.Bitmap oBitmapBMP;
				oBitmapBMP = new Bitmap(cNamePicture);
				oBitmapBMP.Save(@"C:\Inetpub\application\test\wallpaperManagment\fondEcranImage\image.jpg", System.Drawing.Imaging.ImageFormat.Bmp);
				oBitmapBMP.Dispose();
Je ne comprends pas ce qui cloche.

merci