Top "Antialiasing" questions

The technique of minimizing the distortion artifacts when representing a high-resolution image at a lower resolution

Anti-aliased font in HTML page

Is there a good way to create crisp, clear, LARGE font in webpages? I need to create a tag cloud …

antialiasing browser-detection
Any quick and dirty anti-aliasing techniques for a rotated UIImageView?

I've got a UIImageView (full frame and rectangular) that i'm rotating with a CGAffineTransform. The UIImage of the UIImageView fills …

iphone cocoa-touch uiimageview uiimage antialiasing
Is there an antialiasing method for Python PIL?

For lines and ellipses in PIL, the images are rough. I found antialiasing only in resize and thumbnail. Is there …

python python-imaging-library antialiasing
Turn off anti-aliasing on svg when applying CSS3:Zoom on the element?

I found that when the CSS3 Zoom is applied on small SVG icons (9px:9px with zoom: 1.5), the SVG icons …

css svg antialiasing
Can I programmatically enable WebGL antialiasing on Firefox?

For example, on a page like this one, in Safari 7 it's antialiased, but in Firefox 29 (OS X 10.9) it's not. Firefox …

javascript firefox webgl antialiasing
IE 9 does not use sub-pixel antialiasing under certain conditions

[Original title: IE 9 text renders very poorly; is there a workaround?) IE 9 is rendering the text in my application very …

internet-explorer-9 antialiasing cleartype text-rendering
Anti-aliasing in OpenGL

I just started with OpenGL programming and I am building a clock application. I want it to look something simple …

c++ opengl antialiasing
Poor anti-aliasing of text drawn on Canvas

I'm drawing text on Canvas, and am disappointed with the quality of antialiasing. As far as I've been able to …

html canvas antialiasing typography subpixel
Anti-aliasing in R graphics under Windows (as per Mac)

is there a way to plot anti-aliased graphics from the Windows version of R? As you can see from the …

r antialiasing
Source code for Xiaolin Wu's line algorithm in C?

I'm looking for a nice and efficient implementation of Xiaolin Wu's anti-aliased line drawing algorithm in C, does anyone have …

c algorithm graphics line antialiasing