say I want to draw a skewed line on a picture and I want it to be anti-aliased. I'm gonno be doing this pixel by pixel and I need to know how exactly anti-aliasing algorithms work. If anyone can give me some technical info, I would appreciate it:)
Printable View
say I want to draw a skewed line on a picture and I want it to be anti-aliased. I'm gonno be doing this pixel by pixel and I need to know how exactly anti-aliasing algorithms work. If anyone can give me some technical info, I would appreciate it:)
http://www.codeguru.com/forum/showthread.php?threadid=283127
see what you can find there. "Look into GDI+, it actually has built-in anti-aliasing."
but no questions to me, cause.. you know why :D
hehe thanks, but I wanna do it manually:DQuote:
Originally posted by nahya^^
http://www.codeguru.com/forum/showthread.php?threadid=283127
see what you can find there. "Look into GDI+, it actually has built-in anti-aliasing."
but no questions to me, cause.. you know why :D
I'm doing something where using GDI+ gets way too slow, and plus messes up my algorithm
heh.
http://www.igeek.com/articles/Graphics/WhatsAntiAliasing.txt
try there. sort of basic i guess. but provides examples.