使用 WPF 成像类 - 无需读取整个文件即可获取图像尺寸
链接此帖子我希望能够读取图像文件的高度和宽度,而不将整个文件读入内存。
Frank Krueger 在帖子中提到,有一种方法可以通过某些 WPF 成像类来实现此目的。 关于如何做到这一点有任何想法吗?
Link this post I want to be able to read an image files height and width without reading in the whole file into memory.
In the post Frank Krueger mentions there is a way of doing this with some WPF Imaging classes. Any idea on how to do this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这应该可以做到:
This should do it:
根据 Juice 爵士的建议,以下是一些避免锁定图像文件的替代代码:
Following Sir Juice's recommendation, here is some alternative code that avoids locking the image file: