寻找图像转换库

发布于 2024-11-25 17:53:00 字数 1539 浏览 7 评论 0原文

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

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

发布评论

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

评论(1

剑心龙吟 2024-12-02 17:53:00

有一种方法可以做到这一点,但有点痛苦。

Humus 提供了 tga 和 dds 读取和保存的 C++ 源代码(下载最新框架)。您需要将其转换为 C#,但这应该没有任何问题(我也这样做过一次)。

您可以在 Imaging\Image.hImaging\Image.cpp 中找到代码。
直接链接到代码 (ZIP)。

There is a way to do this but it's a bit painfull.

Humus provides C++ source code for both tga and dds reading and saving ( Download the latest framework ). You need to convert it to C# but this should be possible without any problems ( i did it once too ).

You'll find the code in the Imaging\Image.h and Imaging\Image.cpp.
Direct link to the Code( ZIP ).

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