gpt4 book ai didi

c# - 将流另存为图像

转载 作者:可可西里 更新时间:2023-11-01 03:04:25 25 4
gpt4 key购买 nike

如何将流保存为图像并将图像存储在临时文件中?

最佳答案

尝试

Image img = System.Drawing.Image.FromStream(myStream);

img.Save(System.IO.Path.GetTempPath() + "\\myImage.Jpeg", ImageFormat.Jpeg);

关于c# - 将流另存为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3651183/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com