|
|
Anti-aliasingAnti-aliasing is a technique which causes the edges of objects to be rendered smooth. Before I detail anti-aliasing and how it is achieved, let us first look at some text in both smooth (anti-aliased) and non-smooth (pixellated) formats.
Here is one more example: In addition to the visual differences, what else did you notice in the examples? To view the pixels at the edges of the anti-aliased circle, let us enlarge the above circle image. ![]() Check the several pixels of varying red color. These pixels gradually decrease in intensity, merging with the background color. This gives a smooth appearance to the circle. When to use the anti-aliasing featureAnti-aliasing should be used for objects that have curves such as ovals, circles or text in large font sizes. Since anti-aliased images will contain more colors than their non anti-aliased counterparts, it follows that the anti-aliased images will be larger in file size. Keeping that in mind, you need to optimize the images so that they have the minimum file sizes with anti-aliased turned on. For details refer to the Optimizing Gifs and Decreasing the file size of Gif images. Anti-aliased textAll image editing tools provide anti-aliasing feature for text. Like the circle above, anti-aliased text appears smooth.
Page contents: Learn anti-aliasing and creating smooth edged text and images using the anti-aliasing feature.
Page URL: http://www.webdevelopersnotes.com/graphics/ antialiasing.php3
|
|