在 WPF 中显示 EXR/HDR

发布于 2024-12-01 23:22:36 字数 152 浏览 1 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

远昼 2024-12-08 23:22:37

根据您的问题,我假设您已经能够成功获取 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文