Creating Bitmaps from ARGB strings (in actionscript-3)???
Posted
by ashenwraith
on Stack Overflow
See other posts from Stack Overflow
or by ashenwraith
Published on 2010-04-01T01:25:05Z
Indexed on
2010/04/01
1:33 UTC
Read the original article
Hit count: 406
Hi, in actionscript 3, what's the fastest way to dump your data (not from a file) into a bitmap for display?
I have it working with setPixels and colored rects but that's way too slow/inefficient.
Is there a way to load in the raw bytes or hijack the loader class to put in custom loader data?
What would be the best/fastest--should I start writing a byte encoder?
© Stack Overflow or respective owner