|
|
When to use anti-aliasingBefore you begin this article make sure you have read about anti-aliasing and anti-aliasing and 'halo' formation. And remember, anti-aliasing increases the number of colors in an image and hence the file size. It should not be applied blindly to all objects and text. When to use anti-aliasingAnti-aliasing should be employed for objects with curved edges such as When to avoid anti-aliasing1). Small text (text below 10 point size). Such text, if anti-aliased, appears messy. Check the images below 2). Straight lines that are exactly vertical or horizontal do not need to be anti-aliased. The same is true for objects that contain straight vertical and horizontal lines such as squares and rectangles.
The case of the rounded-rectangleRounded rectangles have curved edges. It follows from what we have discussed so far, that since the edges are curved, we should use anti-aliasing on the figure. Actually, the decision whether to implement anti-aliasing or not depends on the amount of curvature and the final look of the image you want. I would not like to pass any judgements, but leave the choice to you.
Page contents: When to use antialiasing and when to avoid it? Learn the oproper usage of anti-aliasing feature to create optimized images for the web.
Page URL: http://www.webdevelopersnotes.com/graphics/ antialiasing_use.php3
|
|