fhuafeng

string FileName="C:\\myphoto.jpg";

string NewFileName="c:\\myphoto.gif";

System.Drawing.Image imgFile = System.Drawing.Image.FromFile(Filename);
imgFile.Save(NewFileName,System.Drawing.Imaging.ImageFormat.GIF);

分类:

技术点:

相关文章:

  • 2022-01-09
  • 2021-12-19
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
猜你喜欢
  • 2021-08-17
  • 2022-02-03
  • 2021-04-28
  • 2022-02-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案