Wednesday, May 14, 2008

2880




A little gotcha that just got me: Flash won't apply a ColorMatrixFilter to an image larger than 2880 pixels in width or height. I found an article that talks about a way around this, namely, you draw into a new BitmapData object.

Tricky!