There is great lib to convert BitmapData to JPEG using flash Vector instead of Array:
It is asynchronous, that’s great as well.
Does anybody know similar solution for PNG encoding? Using Vectors.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From this article
http://moodycamel.com/blog/2011/a-better-png-encoder-for-flash
I found VERY fast asynchronous PNG encoder, compiled from Haxe:
https://github.com/cameron314/PNGEncoder2/
It helped me a lot.