The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
10 views

Resized (Scale down) image jagged, smooth on redraw (not reload)

I scale an image down using css, but then its edges are jagged. However, if I quickly switch to another tab in chrome and then come back, it is drawn correctly. I assume that this is because of ...
0
votes
0answers
90 views

can I call glResolveMultisampleFramebufferAPPLE more than one time?

I think I am going in trouble with glResolveMultisampleFramebufferAPPLE. in my app, I need to render models to multi-sample frame buffer step by step instead of rendering all stuffs to multi-sample ...
1
vote
0answers
93 views

Java - Shaped Frame : Jaggered Edges & Applet

I was writing a redesigned frame, containing a Java Applet. ( In this case, it's a Minecraft Java Applet ) The frame have properties like setUndecorated(true);. The components are disposed using ...
11
votes
1answer
344 views

Java AWT custom CompositeContext & anti-aliasing: RasterFormatException when drawing outside of the client area

I am trying to implement SWT GC-like xor-mode drawing for an AWT Graphics2D. Using the built-in XORComposite is not an option as it does not implement xor-mode drawing as in SWT. The SWT xor-mode ...
4
votes
1answer
184 views

Alloy Look and Feel and Anti-Aliasing

Anyone here using the Alloy Look and Feel? I'm facing a strange bug with anti-aliasing and JTextComponents. Alloy by default does not use anti-aliasing at all, so I have to force it by creating my own ...
0
votes
0answers
110 views

Anti aliasing in Android - Not working

I am using the gesture overlay view and its gesture as my paint in which I have set Anti alias to be true. I further convert this view to a grayscale. Then when I look at the gray values, there are ...
4
votes
1answer
307 views

openGL MSAA does not work on linux with nouveau drivers

Recently I have tried using MSAA (multisample anti-aliasing) under Linux. The result was surprising: everything worked like a charm with Nvidia proprietary drivers, however with nouveau drivers it ...
0
votes
0answers
166 views

MacType in Notepad++

I'm sure many of you use MacType to antialias smaller fonts on windows. Unfortunately, Notepad++ contains it's own font rendering (or so I think). Any tips on how to get MacType working in Notepad++?
0
votes
0answers
166 views

backface-visibility causes anti-aliasing

I use CSS to animate something but then it would flicker terribly in safari (chrome works just fine). I found here that I had to ad -webkit-backface-visibility: hidden; to prevent the flickering, but ...
4
votes
1answer
288 views

Why are the Tkinter canvas lines jagged?

The lines drawn on a Tkinter.Canvas are not smooth. How can they be made smooth? Here's what I tried: from Tkinter import * root = Tk() cv = Canvas(root,bg = 'white') rt1 = ...
0
votes
0answers
214 views

Font (anti)aliasing in Dreamweaver (Mac Os X Mountain Lion)

I want to show cleanType font (pixel Font) on Dreamweaver Code Screen. I'm using dw cs6. I opened dreamweaver > preferences > font and changed fixed and code view font to Envy Code R 10pt ...
0
votes
0answers
270 views

java Flood Fill method with anti aliasing

I'm Working on my own Paint program for fun, and also to learn. I have a Flood Fill method that works fine for bitmap images, I'm just wondering how i would modify it to also work for images whom have ...
2
votes
1answer
606 views

CSS + jQuery Transform plugin: how to fix blurry text

So I've got an odd situation. I've had to scale up a whole bunch of content using the scale plugin, which I suppose uses css 3 transforms. When I click on a button that animates a layer beneath the ...
3
votes
1answer
446 views

Windows 7 64 Chrome 19 font anti-aliasing render issue

I just loaded a new system and everything looked fine. Then all of the sudden Chrome starting displaying certain fonts on certain web pages with what looks like no anti-aliasing. I've had this happen ...
2
votes
1answer
533 views

how to draw smooth/anti-aliased circle in opengl?

how do I draw smooth/anti-aliased circle in opengl? I am using glBegin(GL_LINE_LOOP); to draw my circle but it is not smooth. I have enabled: glEnable( GL_LINE_SMOOTH ); glHint( GL_LINE_SMOOTH_HINT, ...
1
vote
1answer
276 views

Stretch jMonkey texture without anti-aliasing/blurring

In JME3, when a texture is loaded from an image, it stretches it to the size of the quad I put it on. But it also blurs it, and I don't want this (I'm making Minecraft style graphics), so how can I ...
1
vote
2answers
2k 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 ...
0
votes
2answers
241 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
1answer
329 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 ...
4
votes
1answer
2k 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
3k 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
2k 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
998 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
268 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 ...
2
votes
1answer
1k 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. ...
8
votes
2answers
2k 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, ...
3
votes
2answers
921 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 ...
1
vote
1answer
286 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. ...
0
votes
1answer
1k 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 ...
2
votes
2answers
976 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. ...
27
votes
7answers
31k 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); ...
2
votes
3answers
4k 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
3k 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 ...
2
votes
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' ...
3
votes
1answer
751 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 ...
2
votes
3answers
7k 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: ...
0
votes
1answer
755 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); ...
4
votes
4answers
1k 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 ...
1
vote
2answers
512 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 ...
3
votes
2answers
3k 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
2k 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.