【发布时间】:2012-06-29 01:37:46
【问题描述】:
可能重复:
Get the resolution of a jpeg image using C# and the .NET Environment?
在我正在编码的批量图像下载器中,我使用 WebClient (DownloadFile) 来保存来自给定 url 的图像。有没有一种简单的方法来获得这些图像的分辨率?如果WebClient不能,文件保存后如何获取分辨率?
【问题讨论】:
标签: c# image webclient resolution