gpt4 book ai didi

c# - 使用 C# 保存 jpeg 图像

转载 作者:太空宇宙 更新时间:2023-11-03 21:19:31 27 4
gpt4 key购买 nike

我有一个代码:

Image image1 = Image.FromFile(sOriginalImageFileName, true);
....
image1.Save(sNewFileName, image1.RawFormat);

它对 png 很有效。但是用 Photoshop 打开新的 jpeg 文件,我得到了

"Could not complete your request because the file specifies an unsupported JPEG precision"

我做错了什么?提前致谢。

最佳答案

使用ImageFormat枚举

image1.Save(sNewFileName, ImageFormat.Jpeg);

关于c# - 使用 C# 保存 jpeg 图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31775319/

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