Hi
I'm trying to save a webcam image to a 24 bpp bmp using
pictureBox1.Ima ge.Save("c:/users/Mark/Desktop/pictureBox1.Bmp ", System.Drawing. Imaging.ImageFo rmat.Bmp);
but I keep on getting the wrong format. Any ideas what I'm doing wrong
thnx
mrcw
I'm trying to save a webcam image to a 24 bpp bmp using
pictureBox1.Ima ge.Save("c:/users/Mark/Desktop/pictureBox1.Bmp ", System.Drawing. Imaging.ImageFo rmat.Bmp);
but I keep on getting the wrong format. Any ideas what I'm doing wrong
thnx
mrcw
Comment