Tagged Questions
The anti-aliasing tag has no wiki summary.
16
votes
7answers
16k views
OpenGL ES iPhone - drawing anti aliased lines
Normally, you'd use something like:
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glEnable(GL_BLEND);
glEnable(GL_LINE_SMOOTH);
glLineWidth(2.0f);
glVertexPointer(2, GL_FLOAT, 0, points);
...
6
votes
2answers
692 views
Problem with poor font rendering with CSS3 transitions, jQuery, & Google Fonts
In Firefox, there is no problem. Here's an image:
http://cl.ly/3R0L1q3P1r11040e3T1i
In Safari, the text is rendering poorly:
http://cl.ly/0a1101341r2E1D2d1W46
In IE7 & IE8, it's much worse, ...
4
votes
4answers
848 views
Anti-aliasing: Preferred ways of determing maximum frequency?
I've been reading up a bit on anti-aliasing and it seems to make sense, but there is one thing I'm not too sure of. How exactly do you find the maximum frequency of a signal (in the context of ...
4
votes
3answers
2k views
Anti-aliasing not working when resizing a UIWebView
I'd like to add a Web View to my app at 60% scale (like seen in Safari in the browse other windows view):
Notice how the content looks nice and Aliased!
If I try and add the same Web view to my ...
3
votes
2answers
480 views
filter to reverse anti-alias effects
I have bitmaps of lines and text that have anti-alias applied to them. I want to develop a filter that removes tha anti-alias affect. I'm looking for ideas on how to go about doing that, so to start ...
2
votes
1answer
521 views
Artifacts when enabling 4x MSAA anti-aliasing on iPad / iOS
I've enabled 4x MSAA on my iPad OpenGL ES 2.0 app using the example on Apple's website. On the simulator this works well and the image is nice and smooth however on the device there are colored ...
2
votes
1answer
357 views
WPF - How to Enable TextFormattingMode=“Display” for all controls in the application?
I am currently programming WPF on Windows XP where anti-aliasing is rendered as blury text. We want to anti-aliasing on the whole WPF application by setting TextOptions.TextFormattingMode to Display. ...
2
votes
2answers
591 views
Disabling Anti-Aliasing for fonts
I'm writing a retro type game for the iPhone, and need to render a pixel style font to the screen. However, it looks nice and sharp when I run it in the simulator, but not when I run it on the device. ...
2
votes
3answers
2k views
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 applying anti-aliasing to the font. I can't seem to find a CSS rule to disable this, can anyone ...
2
votes
3answers
5k views
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 of sublayers representing "bubbles". The end result is supposed to look something like this:
...
2
votes
2answers
2k views
Anti-aliasing artifacts in WPF
I have a bizarre rendering issue when I'm trying to use anti-aliased graphics in WPF.
Here's a simplified version.
If I use the following XAML
<Window x:Class="RenderingBug.Window1" ...
2
votes
2answers
1k views
How can I turn off anti-aliasing for one specific JLabel?
How can I turn off anti-aliasing for one specific JLabel? It uses a very small font which might look better without anti-aliasing.
If important, I'm using Java 1.5 on Mac OS X.
1
vote
2answers
294 views
Implementing Anti-Aliasing (FSAA?) on Android, OpenGL
I'm currently using OpenGL on Android to draw set width lines, which work great except for the fact that OpenGL on Android does not natively support the anti-aliasing of such lines. I have done some ...
1
vote
1answer
697 views
anti-alias fonts on android properly?
is there any way to render text with custom fonts (though i suppose the system font probably won't be much different) in a visually pleasing manner?
i render my text in a canvas, using a paint i've ...
1
vote
1answer
324 views
Java Write Text Image with Specific Fonts
I'm writing some text on top of an existing image and the font isn't very sharp. Is there some settings either with the Graphics2D or Font classes that help make fonts look nicer when writing text on ...
1
vote
1answer
385 views
Text anti aliasing and font smoothing
Is there a difference between text anti aliasing and font smoothing in flex? If so, what is the difference? Could you provide links or examples?
1
vote
1answer
132 views
Algorithm for Antialiasing Rastor Images
I am looking for an efficient algorithm that will look at a four channel image (RGBA), find an object (a group of pixels with Alpha >0 surrounded by pixels with alpha = 0) and then attempt to ...
1
vote
1answer
148 views
How to resolve anti-aliasing when changing color of an image in C#?
I am processing images to change their color from black to red, blue, green etc based on the requirement. I use SetPixel methods to change color of each pixel of the image from black to say red.
...
1
vote
2answers
2k views
iPhone Animation: how to anti-alias?
I was looking at some animations in my iPhone app and felt like it was kind of ugly. And then I undertsood it: it just doesn't animate through subpixel states.
So, in case I use usual ...
1
vote
1answer
4k views
HTML Canvas: draw image without anti-aliasing
I want to do pixel-true rendering of some images on my Canvas. Right now, I obtain the images through Javascript, so my images are HTMLImageElement instances. I can draw these on the Canvas' ...
1
vote
1answer
469 views
Specify antialias property in the command line
I remember, not too long ago, somebody post a link on how to specify the global rendering hints to use anti-alias in java.
Unfortunately I can't find the question.
How can I specify the rendering ...
1
vote
2answers
372 views
How to: Font smoothing test
The real question is this:
I am trying to figure out the effect of font smoothing in my web page. On my LCD panel the text looks the same with font smoothing on/off.
Are there are any particular ...
0
votes
2answers
78 views
algorithm for antialiasing an image with sync filter
I have been reading about ways to do antialiasing and since its not processed in real time the antialising with signal processing seems to be ideal especial against artifacts.
However what I have ...
0
votes
0answers
69 views
Imagemagick antialias text
photoshop has strong anti-alias text effect.
Although imagemagick has anti-alias option. but, does not have anti-alias type like photoshop.
is there any way to get similar strong anti-alias text ...
0
votes
0answers
111 views
iPhone - How do I draw to an EAGLview with anti-aliasing?
I would like to draw to my EAGLView as usual but with anti-aliasing. I'm familiar with the concept of drawing to a 4x sized buffer and then scaling that down to the screen, but copying and pasting the ...
0
votes
0answers
142 views
objective-c moire anti-aliasing while pinch / zoom
my app has a custom timeline:
this timeline is scroll / zoomeable. by zoom end / start everything is fine.
but while pinch-zooming i get some nasty moire effects
does anyone know a workaround?
...
0
votes
1answer
680 views
Anti-aliasing while animating “transform” property on CALayer?
I have a CALayer with a circle drawn to it at its final size. I want to animate the circle in, such that it starts at 1% scale and finishes at 100%. Right now the animation is not very smooth because ...
0
votes
1answer
615 views
How to avoid Alias when rotate the image in gdi+?
I have a problem on roating an Image on a canvas in gdi+, I am using the following code, however I find there are alias on the edge.
myPathMatrix.Rotate(GetDCAngle(), MatrixOrderAppend);
...