![]() |
|
Anti-Aliased TextAnti-aliasing is a method of drawing text or pictures which smooths edges, and avoids jagged edges ("jaggies").In this article we'll discuss anti-aliasing as applied to drawing text. Imagine that we wish to place a character glyph from an outline font on a bitmap. Looking at it closely (enlarging so that you can see the individual pixels), it might look something like this example:
There is an obvious problem, if you look closely at the above diagram. Namely, when we try to convert the glyph to a bitmap ("rasterise"), we can only have a single color for each individual pixel, but some of the cells in the pixel grid contain both red and white. So how do we address this problem? A simple solution (not anti-aliased) would be to look at each pixel cell:
That isn't bad, but as you can see, it does look a little bit jagged (see "Jaggies"). This problem can be addressed by modifying our method of rasterising the glyph. This new method (anti-aliasing) works:
This time, it doesn't look jagged, but it does (to some eyes at least), look a little blurred. This difference will become clearer when we compare the images at their final sizes. Finally, here is a comparison, at actual size, of text which has been anti-aliased, and text which has not been. (I have also included a comparison between two blocks of black and white text - in this case, the anti-aliasing is done using shades of gray rather than red).
Related Pages on this site:
Related Books:
Related Software:
Related Web Sites:
|
||||||||||||||||||||||||||||||||||||||||||||||||
| Privacy Terms Of Use Copyright © 2005-2008, Answers 2000 Limited With any business, it is up to the individual owner of said business to ensure the success of the business. You may make more or less than any sample figures or results that might be quoted on our web sites or other publications. All business involves risk, and many businesses do not succeed. Further, Answers 2000 Limited does NOT represent that any particular individual or business is typical, or that any results or experiences achieved by any particular individual/business is necessarily typical. In Association With Amazon.com All trademarks are property of their respective owners. All third party content and adverts are copyright of their respective owners. Some graphics on our web sites are Copyright (C) 1997-2000 Hemera Technologies Inc., and used under license. All such pictures are provided for viewing purposes only and are not to be saved or downloaded. All such pictures of recognizable individuals are models and used for illustrative purposes only, and not meant to imply any association or endorsement of said individual with any product or service. |