Top "Antialiasing" questions

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

Webfont Smoothing and Antialiasing in Firefox and Opera

I have custom-made web fonts used on my site. To style my rendering output, I used the following code: //-webkit-text-stroke-width: .05…

css fonts webfonts antialiasing
How to apply font anti-alias effects in CSS?

How can we apply Photoshop-like font anti-aliasing such as crisp, sharp, strong, smooth in CSS? Are these supported by all …

html css antialiasing
css transform, jagged edges in chrome

I've been using CSS3 transform to rotate images and textboxes with borders in my website. The problem is that the …

google-chrome css transform antialiasing
HTML5 Canvas and Anti-aliasing

How to turn on the anti-aliasing on an canvas. The following code doesn't draw a smooth line: var context = mainCanv.…

html canvas antialiasing
Can I turn off antialiasing on an HTML <canvas> element?

I'm playing around with the <canvas> element, drawing lines and such. I've noticed that my diagonal lines are …

javascript html canvas antialiasing
Does CSS support text anti-aliasing such as "crisp, sharp etc" yet?

I have some text in Photoshop & it's set to "crisp". When I put it on my site it doesn't …

text css antialiasing
How to draw a decent looking Circle in Java

I have tried using the method drawOval with equal height and width but as the diameter increases the circle becomes …

java graphics antialiasing geometry
Disable antialising when scaling images

Possible Duplicate: How to stretch images with no antialiasing Is it in any way possible to disable antialiasing when scaling …

css background-image antialiasing
Html5 canvas drawImage: how to apply antialiasing

Please have a look at the following example: http://jsfiddle.net/MLGr4/47/ var canvas = document.getElementById("canvas"); var ctx = canvas.…

html canvas html5-canvas interpolation antialiasing
How to draw smooth line in OpenGL with antialiasing?

I need to draw a smooth line in OpenGL and here is what I have done: glEnable( GL_LINE_SMOOTH ); …

opengl line antialiasing