/ Published in: ActionScript 3
URL: http://blog.yoz.sk/2009/10/bitmap-bitmapdata-bytearray/
Expand |
Embed | Plain Text
import mx.graphics.codec.JPEGEncoder; import flash.utils.ByteArray; var encoder:JPEGEncoder = new JPEGEncoder(90); var byteArray:ByteArray = encoder.encode(bitmapData)); // result: byteArray
Comments
Subscribe to comments
You need to login to post a comment.

JPEG Encoder : http://blog.yoz.sk/2009/10/actionscript-3-encoding-jpeg/