Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的文件系统上读取 JPEG 并将其作为 System.Drawing.Image 存储在我的 C# 代码中?
Image i = Image.FromFile("image.jpg");
如果您需要更多信息,这里是链接。