Tech Blog

Maximum BitmapData size in Actionscript AS3

Posted At : February 19, 2008 9:39 AM

I just managed to hit the upper limit of 2880 pixels in BitmapData on a project I'm working on so posting it here as a reminder.

From Adobe Livedocs:

The width and height parameters specify the size of the bitmap; the maximum value of both is 2880 pixels.

Cheers, Mark