在 Flex 4 中创建照片编辑器时需要考虑的关键组件和其他内容?

发布于 2024-10-18 21:47:46 字数 82 浏览 2 评论 0原文

好吧,问题说明了一切...

在 Flex 4 中创建简单照片编辑器时需要考虑哪些关键组件和其他内容?

Well the question says it all...

What are the key components and other stuff to consider when creating a simple photo editor in Flex 4?

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

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

发布评论

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

评论(1

傲世九天 2024-10-25 21:47:46

这是一个太大的问题,很难轻易回答。如果我必须推荐一个问题,那就是注意位图中的内存泄漏。当您不再需要 BitmapData 时,请确保对其调用 dispose()。如果您不这样做,我发现程序会出现内存问题,尤其是在加载大量图像时。

This is a bit too large of a question to answer easily. If I had to recommend one gotcha it would be to watch out for memory leaks in your Bitmap. Make sure to call dispose() on your BitmapData when you no longer need it. If you don't do that, I've seen programs have memory problems especially if they have lots of images loading.

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