The technique of minimizing the distortion artifacts when representing a high-resolution image at a lower resolution
Does anyone know how to apply the ANTI_ALIAS_FLAG to ImageView's in layouts rather than in Java?
android antialiasingI 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 contourI have a div rotated 45 degrees, with a border image on it. In chrome and safari, it renders fine. In …
firefox antialiasing css-transforms cssIt'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-smoothingI'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-gradientsI have been attempting to enhance my GUI system written in Java to use subpixel antialiasing and have been successful, …
java fonts rendering antialiasingi've been having trouble getting a smooth circumference when i draw a circle using pixi js. I can already see …
javascript antialiasing pixi.jsI'm using these function calls: glEnable(GL_BLEND) glEnable(GL_POLYGON_SMOOTH) glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ONE) It …
opengl polygon alphablending antialiasing primitiveWhen I set the transform property of my CALayer with a CATransform3DRotate, the layer is properly rotated. However, the …
iphone ios core-animation calayer antialiasingIn QML I've created a Rectangle view with a set of Image elements in it. I can't seem to get …
qt qml antialiasing