Moghram
Moghram

Reputation: 43

How to convert bitmap data into image file in AS3?

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

Answers (1)

Lowgain
Lowgain

Reputation: 3294

as3corelib (available at http://code.google.com/p/as3corelib/) comes with JPGEncoder and PNGEncoder classes!

Upvotes: 4

Related Questions