Code Bye

C#中如何将picturebox中图片存储为24bit的BMP格式

再将picturebox中图片存储为BMP格式的时候,利用如下的方式存储,默认存储为32bits格式。我要存储为24bits格式的话应如何操作?

pictureBoxGenPic.Image.Save(saveFilePhoto.FileName, System.Drawing.Imaging.ImageFormat.Bmp);


CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明C#中如何将picturebox中图片存储为24bit的BMP格式