actionscript 3 - AS3 BitmapData to byteArray -
I am trying to sort the bitmap to store in an XML file. My plan is to convert Bitmapdate to a bitrate, but I'm not able to fix an example of this.
Other suggestions are also welcome.
should be processed: bitmapdata> byte> base64> xml
pixels Use the pixel () method to get bitmap data to get biterease.
Then you can use something like encoder to convert it to 64.
Comments
Post a Comment