Top "Bitmapdata" questions

In GDI+, the BitmapData class is used by the Bitmap::LockBits and Bitmap::UnlockBits methods of the Bitmap class.

Get BitmapData from a displayObject included transparent area, and effect area

I have this function: public static function cloneDpObj(target:DisplayObject):Bitmap { var duplicate:Bitmap; var tBitData:BitmapData = new BitmapData(target.…

actionscript-3 bitmapdata
AS3: ByteArray and BitmapData

I'm doing a simple test. I want to write BitmapData into a ByteArray. I'm trying to do this with writeObject() …

actionscript-3 copy bytearray bitmapdata
How to use Flash BitmapData to scale up a image without losing the quality?

I'm trying scale up an image in Flash without making it pixelated, I know that I will loose some quality …

actionscript-3 bitmapdata
AS3 BitmapData CopyPixels with alpha

I am trying to copy the pixels of a bitmap into BitmapData at a transparency of lets say .5 but i …

actionscript-3 rendering bitmapdata
How to save BitmapData to Bitmap *.bmp file, or much faster JPE Encoding method

I have a Flash / Actionscript 3 based desktop app wrapped in an *.exe using Zinc 4.0. I am using Flash Pro CS5. …

actionscript-3 flash jpeg bitmapdata