We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Anti-alias in rotated image
Page Index Toggle Pages: 1
Anti-alias in rotated image? (Read 1390 times)
Anti-alias in rotated image?
Jan 8th, 2006, 1:44am
 
Hi,

I am trying to display a simple image slightly rotated. If I use JAVA2D or P3D modes the image gets all pixelated because probably no anti-aliasing algorithm is being used. When I switch to OPENGL, although the inside of the image is smooth, the edges of the image still looks like stairs.

It actually looks like it tried to do some smoothing but failed because you can see blur occured but the image still doesn't blend correctly with the image below.

Is there a simple way to make everything blend smoothly?

Thanks in advance,
Nuno
Page Index Toggle Pages: 1