|
What is Aliasing? These two letters are printed with the same font face, size, and style. The only difference between them is that the top letter is aliased and the bottom is not.
As you can see, the top letter has a jagged, "stair-step" effect that is the hallmark of aliasing. It is the way that computers display curves on the screen. The bottom letter, on the other hand, has a smoother, fuzzier look to it. It is anti-aliased to simulate the look of a smooth curve on the screen. How does anti-aliasing work? With anti-aliasing, the curve is created with squares of color that are shaded darker or lighter depending on how much of the curve would take up that square. For instance, if a portion of a curve takes up 10% of a pixel, that pixel would be shaded with 10% of the color saturation of the curve. What this amounts to is that anti-aliasing adds shading along the curve to "fool the eye" into thinking it's seeing a smooth curve rather than a jagged bitmap. Anti-aliasing Pros and Cons
Cons
![]() Understanding Antialiasing and Transparency Introduction When designing web pages, you will often wish to incorporate graphic elements. The easiest way to include graphics is through the use of images. Images, though, have two fundamental limitations for supporting graphic elements. First, rather than being vector-based (as are text and graphics created in programs such as Illustrator), images are a collection of pixels. Second, images are always rectangular. In order to make your graphics look as smooth and accurate as possible, and in order to seamlessly integrate them into your design, you will need to understand antialiasing, and how it relates to transparency. This tutorial will explain the basics of antialiasing, and how to use succesfully use it in tandem with transparency. Aliasing The term aliasing pertains to the process of sampling something smooth and continuous using a series of discrete measurements. If the measurements do not accurately represent the function, unwanted artifacts which are not present in the original will appear. The appearance of these artifacts is referred to as aliasing. In our case, the smooth and continuous feature we are interested in is vector data, such as text or an illustration. The sampling that occurs is due to rasterization: the process of converting vector data into pixel data. The limitation of this representation is that while vector data can represent limitless shapes and has infinite resolution, pixels are square and are relatively large. This limitation isn't visible when dealing with rectangular objects, as in the images below:
As soon as we deviate from rectangular shapes, however, we begin to see some unwanted artifacts.
These unwanted artifacts, often called stairsteps or jaggies, are a form of aliasing. They'll appear whenever we attempt to represent a shape that deviates from a rectangle. Antialiasing As you have probably surmised, antialiasing (or sometimes, anti-aliasing) refers to methods of eliminating (or most often, reducing) these unwanted artifacts. In the context of rasterizing images, antialiasing refers to the reduction of the jagged borders between colors. The example below demonstrates the most effective technique of antialiasing graphics: taking advantage of the many levels of color that our monitors can represent. Here is a simple image that is still complex enough to show jaggies when rendered. This is even more noticeable in the detail image.
Here is the same image rendered using antialiasing. Note how much smoother this image appears, and how much better integrates into the background.
The detail image should demonstrate the basics of how antialiasing works with images. Rather than only using black and white pixels, intermediate levels of gray are used to blend the pixels together. The amount of black or white used represents how much the original graphic covers a pixel. A fully covered pixel will be black. One that is not covered at all will be white. One that is halfway-covered will be gray. In this case the border pixels are shades of gray because the foreground is black and the background is white. If the foreground were red, however, the border pixels would be shades of pink.
![]() To enable smoothed fonts in Wine you will need to run regedit and change these settings. REGEDIT4 [HKEY_CURRENT_USER\Control Panel\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 You may also want to install the free windows core fonts and even the Tahoma font. Most Linux/Unix operating systems come with nice fonts also such as the Liberation font set. OK, this sounds like chinease to you...Don't worry their is a handy little script that will do everything for you as Wine has supported font smoothing, including subpixel since wine 1.1.12. Here is a screenshot of the script running. ![]() Wine font smoothing english version can downloaded from here. And a Russian version can be downloaded from here. To run the script: wget http://files.polosatus.ru/winefontssmoothing_en.sh![]()
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||



































I also had that Error Code. I'll be fixed after installing IE 6 or 7 (also wi...
This seems a rather... odd move. Let's look at this a little more closely. M...
I had the same reaction over on the Google dev blog and a good point was made...
So basically your converting a free standard into a non-free standard. Great,...