Reputation: 43
I want to convert bitmap data to an image file like jpg or png file in AS3 can anyone help me?
Thanks in advance ;
Upvotes: 0
Views: 2105
Reputation: 3294
as3corelib (available at http://code.google.com/p/as3corelib/) comes with JPGEncoder and PNGEncoder classes!
Upvotes: 4