Top "Antialiasing" questions

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

ANTI_ALIAS_FLAG for ImageView within layout?

Does anyone know how to apply the ANTI_ALIAS_FLAG to ImageView's in layouts rather than in Java?

android antialiasing
How to draw anti aliased lines in OpenGL ES 2.0?

I am trying to draw some contours that I have stored as vertex arrays: typedef struct { float* vertices; int nrPoints; }…

opengl-es drawing opengl-es-2.0 antialiasing contour
Anti-aliasing on rotated div with border image in firefox

I have a div rotated 45 degrees, with a border image on it. In chrome and safari, it renders fine. In …

firefox antialiasing css-transforms css
Disable Anti-Aliasing Fonts in Xcode 4.4 in Mountain Lion

It's getting pretty frustrating to keep struggling with this one. I'm not sure if it's Xcode 4.4 or Mountain Lion (I …

xcode antialiasing osx-mountain-lion xcode4.4 font-smoothing
CALayer and CGGradientRef anti-aliasing?

I'm having an odd issue with CALayer drawing for the iPhone. I have a root layer which adds a bunch …

iphone core-animation gradient antialiasing radial-gradients
Java Font Rendering

I have been attempting to enhance my GUI system written in Java to use subpixel antialiasing and have been successful, …

java fonts rendering antialiasing
How Do I Antialias Graphics (Circle) in PixiJS?

i've been having trouble getting a smooth circumference when i draw a circle using pixi js. I can already see …

javascript antialiasing pixi.js
How to get polygon antialiasing to work?

I'm using these function calls: glEnable(GL_BLEND) glEnable(GL_POLYGON_SMOOTH) glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE) It …

opengl polygon alphablending antialiasing primitive
Anti-alias diagonal edges of CALayer

When I set the transform property of my CALayer with a CATransform3DRotate, the layer is properly rotated. However, the …

iphone ios core-animation calayer antialiasing
QML Image smooth property not working

In QML I've created a Rectangle view with a set of Image elements in it. I can't seem to get …

qt qml antialiasing