如何从 AIR 中的本地 jpeg 文件的 File 对象中获取 BitmapData 对象?
所以我正在尝试创建一个图片库。 我的 AIR 应用程序接受拖放到 TileList 组件上的文件。 我使用图像作为图标,但问题是它们需要很长时间才能加载,所以我想先压缩文件数据(我已经完成了那部分)问题是我不知道如何打开文件并将数据放入 BitmapData 对象中。
有任何想法吗?
So I am trying to create an image gallery. My AIR application accepts files that are dragged and dropped onto a TileList component. I am using the images as icons but the problem is that they take a long time to load so i want to compress the file data first (I have that part done) The problem is that I can't figure out how to open the file and put the data into a BitmapData object.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)