如何从字节数组创建 System.Windows.Media.ImageSource?
如何从字节数组创建 System.Windows.Media.ImageSource?
我有一个字节数组,其中包含 TIFF 图像文件的准确且完整的文件内容。 我需要将其显示在屏幕上,但我不知道从哪里开始。
据说,这是可以做到的(据我老板说,我们的开发团队过去曾经做到过,但没有人记得是如何做到的)。
这里有人曾经做过类似的事情吗?
How do I create a System.Windows.Media.ImageSource from a byte array?
I have a byte array, containing the exact and complete file contents of a TIFF image file. I need to display this on the screen, and I have no idea where to even start.
Supposedly, it can be done (according to my boss, our dev team has done it in the past, but nobody remembers how).
Has anyone here ever done something like this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
另请参阅 从 System.Drawing.Bitmap 加载 WPF BitmapImage< /a> 和 使用 WPF 中的 Image 控件显示系统.绘图.位图
Also see Load a WPF BitmapImage from a System.Drawing.Bitmap and Using Image control in WPF to display System.Drawing.Bitmap