在 WPF 中显示 EXR/HDR
如何使用 FreeImage(.NET 包装器)作为 WPF 图像显示 EXR/HDR?
还有 PNG、TIFF、TGA?
我正在尝试在网上搜索,但无法显示这些图像...
我正在使用 Visual Studio 2010
谢谢
How can I show EXR/HDR using FreeImage (Wrapper for .NET) as a WPF's Image?
And PNG, TIFF, TGA?
I'm trying and searching in the net, but I'm not able to show these images...
I'm using Visual Studio 2010
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您的问题,我假设您已经能够成功获取 Bitmap 实例?如果是这样,请查看这篇文章,将其转换为 WPF 图像:从 System.Drawing.Bitmap 加载 WPF BitmapImage
如果没有,请随时查看 FreeImageDecoder 插件的源代码,网址为 http://imageresizing.net/
让我知道,我会更新可能会相应地回答。
Based on your question, I assume you've been able to get a Bitmap instance successfully? If so, take a look at this post for converting it to a WPF image: Load a WPF BitmapImage from a System.Drawing.Bitmap
If not, feel free to take a look at the source code for the FreeImageDecoder plugin at http://imageresizing.net/
Let me know and I'll update may answer accordingly.