Re: [flexcoders] Rotation/Zoom effect applied to the Image looks too aliased! How to fight it?

2009-10-04 Thread Keith H
If you are talking about loaded images like png gif or jpg in an Image or SWFLoader UIComponent they are Bitmap. and you can try setting its smoothing property to true. Bitmap(imageComponent.content).smoothing=true; -- Keith H -- www.keith-hair.net lytvynyuk wrote: Is there any library

[flexcoders] Rotation/Zoom effect applied to the Image looks too aliased! How to fight it?

2009-01-08 Thread lytvynyuk
Is there any library which allow you manipulate images but with better resulting quality then original effects in Flex? If you do 5 rotation to an Image it looks really ugly... same with Zoom and scale.