Previous Thread

7/28/2006 4:21:35 PM    image rotate, use simple interpolation algrithm,but the edge of the image also have aliasing? why?
I use bilinear interpolation algrithm in my rotate function. 
 
the inner of the image is done well, but the edge is as worse as no 
 
interpolation. 
 
So how can I process the edge? 
 
could you give me a full algrthm description? 
 
Thank you!