如何从 .ico 中提取位图

发布于 2024-11-29 08:28:26 字数 54 浏览 2 评论 0原文

使用 Actionscript 3,如何从 .ico 文件中提取位图? (最好是.png格式)

using actionscript 3, how can I extract the bitmap from a .ico file? ( preferably in .png format )

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

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

发布评论

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

评论(1

甜嗑 2024-12-06 08:28:26

我还没有测试这个库,但它似乎做了你正在尝试的事情:

http://www.libspark.org/svn/as3/ICODecoder/src/com/voidelement/images/ico/

以下是演示实现的博客文章的链接:

http://ntt.cc/2008/10/02/using-icodecoder-class-to-read-ico-file-and-display-it-as-bitmap-in-actionscript.html

I have not tested this library but it seems to do what you are attempting:

http://www.libspark.org/svn/as3/ICODecoder/src/com/voidelement/images/ico/

Here is a link to a blog post demonstrating implementation:

http://ntt.cc/2008/10/02/using-icodecoder-class-to-read-ico-file-and-display-it-as-bitmap-in-actionscript.html

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