使用flash BitmapData而不是Vector将Array转换为JPEG有很棒的库:
BitmapData
Vector
Array
Glitchmap
它是异步的,也很好。
有没有人知道类似的PNG编码解决方案?使用向量。
从这篇文章http://moodycamel.com/blog/2011/a-better-png-encoder-for-flash
我找到了从Haxe编译的非常快速的异步PNG编码器:
https://github.com/cameron314/PNGEncoder2/
这对我帮助很大。