Error while rotating bitmapdata

169 Views Asked by At

While trying to rotate a bitmap Image, I am finding some unwanted design patterns on the rotated image. I have used Matrix for rotation.

1

There are 1 best solutions below

1
On

It seems like your getting Bitmap rotation artifacts from your comments. Try setting your Bitmap smoothing property to true and see if that helps. I've also seen people that change the "z" property on Bitmap to something like "1" which turns on the Flash10 3D stage transforms which improves smoothing a tab (at a cost of performance).