再将picturebox中图片存储为BMP格式的时候,利用如下的方式存储,默认存储为32bits格式。我要存储为24bits格式的话应如何操作?
pictureBoxGenPic.Image.Save(saveFilePhoto.FileName, System.Drawing.Imaging.ImageFormat.Bmp);
再将picturebox中图片存储为BMP格式的时候,利用如下的方式存储,默认存储为32bits格式。我要存储为24bits格式的话应如何操作?
pictureBoxGenPic.Image.Save(saveFilePhoto.FileName, System.Drawing.Imaging.ImageFormat.Bmp);