Bitmap, BitmapData, ByteArray…
Lets see how to convert between Bitmap, BitmapData and ByteArray in few examples:
- DisplayObject to BitmapData
- BitmapData to Bitmap
- BitmapData to ByteArray
- URL (image) to ByteArray (asynchronous)
- URL (image) to BitmapData (asynchronous)
- ByteArray to BitmapData (asynchronous)
