很好的库来加载不同格式的图像

发布于 2024-08-15 05:47:52 字数 203 浏览 2 评论 0原文

您好,我正在开发一个图像查看器应用程序,就像 irfan-view 或 acdsee 一样,它应该能够查看许多不同的图像文件格式(不仅仅是可以使用 System.Drawing.Image 完成的标准文件格式)。

我目前正在使用 ImageMagick,但它速度不是很快,并且对于某些图像文件似乎不稳定。

谁能推荐一个好的图像库,最好已经有 .NET 包装器?

Hi Iam developing an image viewer application just like irfan-view or acdsee which should be capable to view lots of different image file formats (not just the standard ones which can be done with System.Drawing.Image).

Iam currently using ImageMagick but it isn't very fast and seems to be unstable with some image files.

Can anyone suggest a good imaging library, ideally with a .NET wrapper already present?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

苏璃陌 2024-08-22 05:47:52

我不确定 .NET 包装器,但 FreeImage 库相当不错。据我所知,它比 imageMagick 更快,而且 bug 更少。

I am not sure about .NET wrapper but FreeImage library is rather good. As I know it is faster than imageMagick, and less buggy.

眼波传意 2024-08-22 05:47:52

DevIL.NET 包装器附带了 DevIL 图像库。

There is the DevIL image library that comes with the DevIL.NET wrapper.

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