Antialiasing algorithm
Posted
by y_nk
on Stack Overflow
See other posts from Stack Overflow
or by y_nk
Published on 2010-05-07T09:06:45Z
Indexed on
2010/05/07
9:58 UTC
Read the original article
Hit count: 312
image-processing
|actionscript-3
Hello,
I'm looking for a good way to antialias a bitmap i'm generating with actionscript3. My goal would be to achieve this processing from scratch.
I read a lot on the subject but the most common algorithm are looking too loud to work properly within my swf, because i'm using a scale2x algorithm to smooth the edges of my shape. It doesn't have to be colorfull, since my shape is black and white !
Any hint would be appreciated, thanks :)
© Stack Overflow or respective owner