antialiasing
Explorer font anti-aliasing bug when rendeirng generated text over image
I`m using JQuery to load a JPEG image (as a css background) with some text over it. The text renders fine in every browsers except Explorer (6 and 7 on XP, and 8 on W7), where the anti-aliasing trans[详细]
2023-01-23 03:59 分类:问答@font-face anti-aliasing on windows and mac
I\'ve used http://www.fontsquirrel.com/ to create a @font-face kit. It works fine, but the result on windows is different from the开发者_如何学运维 result on mac.[详细]
2023-01-22 23:35 分类:问答Font smoothing using cairo
I am trying to smooth text rendering using anti-aliasing. But it\'s not anti-aliased. First line is a png image created using pango and cairo.[详细]
2023-01-20 16:42 分类:问答How to ask OpenGL for graphics device Capabilities (texture2DArray, supported anti-aliasing modes)
We are using OpenTK, C# and visual studio 2010. We need to ask the graphics device if it supports textu开发者_JS百科re2DArray\'s, and what anti-aliasing modes it may support. Any help will be apprecia[详细]
2023-01-20 02:20 分类:问答wu's antialiasing algorithm
function plot(x, y, c) is plot the pixel at (x, y) with brightness c (where 0 ≤ c ≤ 1) function ipart(x) is[详细]
2023-01-17 09:35 分类:问答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 I[详细]
2023-01-14 10:40 分类:问答How to draw smooth line in OpenGL with antialiasing?
I need to draw a smooth line in OpenGL and here is what I have done: glEnable( GL_LINE_SMOOTH ); glEnable( GL_POLYGON_SMOOTH );[详细]
2023-01-11 21:34 分类:问答Antialiasing an entire scene after resterization
I ran into an issue while compiling an openGl code. The thing is that i want to achieve full scene anti-aliasing and i don\'t know how. I turned on force-antialiasing from the Nvidia control-panel and[详细]
2023-01-11 09:02 分类:问答Is there a technique for re anti-aliasing an image to a different background color?
Is there a programmatic approach for drawing an anti-aliased image on a new background color / pa开发者_如何学Cttern that would re-anti-alias the image to the new background color?Preferably accessibl[详细]
2023-01-11 07:17 分类:问答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.[详细]
2023-01-11 05:55 分类:问答