Image Imageimage;
Imageimage = System.Drawing.Image.FromFile(@"C:\A.JPG");
Bitmap bitmap = new Bitmap(Imageimage);
bitmap.MakeTransparent(Color.White);
pictureBox1.Image = bitmap;
相关文章:
- 图片白色背景转换成透明 2021-12-23
- java将白色背景图片转换成透明图片 2021-12-13
- python转换图片透明背景为白色 2021-12-23
- C#将图片白色背景设置为透明 - 94cool 2021-12-13
- C#将图片白色背景设置为透明 - kisstome88 2021-12-13
- 使用photoshop,把图片背景变成透明 2021-12-26
- 怎么把gif图片背景变成透明 2021-12-15