Top "Antialiasing" questions

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

Smoothing image edges in WPF

I have a few 256x256 images I am using with Image controls in a WPF application. Although they are all 256…

c# wpf image antialiasing
Is it possible to disable anti-aliasing in CSS when using @font-face with pixel fonts?

I want to use a pixel font on the web. I'm including it using @font-face however all the browsers are …

css font-face antialiasing
Antialiasing edges of UIView after transformation using CALayer's transform

I have a UIView object that rotates using CALayer's transform: // Create uiview object. UIImageView *block = [[UIImageView alloc] initWithFrame....] // Apply rotation. …

iphone objective-c uiview rotation antialiasing
Disabling antialiasing on a WPF image

I'm writing a small Login dialog, and have embedded a banner at the top of the dialog for aesthetic reasons. …

c# .net wpf user-interface antialiasing
Antialiasing shapes in Pygame

I'm using Pygame to draw some things. The problem is that they have a lot of aliased edges: I want …

python pygame antialiasing
How to draw circle in unity by shader and anti-aliasing

I have drawn a circle by shader, but I can't get anti-aliasing to work. I tried finding an answer here …

unity3d shader antialiasing
How to force anti-aliasing in JavaFX fonts?

While testing the GUI of my JavaFX 8 application, I noticed that some labels are not displaying anti-aliased text. After some …

fonts javafx antialiasing
How to enable anti-aliasing on Qlabel?

My QLabels look quite ugly, it seems that there's no anti-aliasing. How can I enable this feature (assuming it's available)?

qt antialiasing qlabel
Flash AS3, is text anti-aliasing controlled by code?

Is text anti-aliasing controlled by code, or is it embedded? What I want to do is take a swf file …

actionscript-3 text fonts antialiasing embedded-fonts
Quality of Three.js shadow in Chrome/MacOS?

I am experimenting with a simple Three.js scene (novice in this area). I am using the Three.js WebGLRenderer …

three.js webgl antialiasing