You need to turn on bitmap smoothing. Look at the BitMap class in the
help docs. eg
var bitmap:Bitmap = imageObject.content as Bitmap;
bitmap.smoothing = true;
On 09/09/2008, at 12:16 AM, David Pariente wrote:
Hello,
On my website i have lots of pics that i load and then resize to fit
different SMALLER sizes.
The smaller pictures quality is really crap....not acceptable by my
customer...not even by me...i never saw a program resize picture
into smaller with so less quality like this in my whole life.
So my question is...is there a way to add a little more blur or a
little more antialiasing to those pics so they look
acceptable...even not perfect? is there a .quality property for
those pics??
I can resize the pics on server...but server would explode...
I'm looking for a MXML or a easy AS3 solution instead.
thnx a lot!! :)