如何从 .ico 中提取位图
使用 Actionscript 3,如何从 .ico 文件中提取位图? (最好是.png格式)
using actionscript 3, how can I extract the bitmap from a .ico file? ( preferably in .png format )
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有测试这个库,但它似乎做了你正在尝试的事情:
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