Jump to content

Sawtooth distortion

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SmackBot (talk | contribs) at 19:16, 6 January 2007 (Date the maintenance tags using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

You must add a |reason= parameter to this Cleanup template – replace it with {{Cleanup|August 2006|reason=<Fill reason here>}}, or remove the Cleanup template.
Sawtooth distortion is a computer graphics defect. It was common in older computer graphics with low colors. It refers to the staircase effect of zooming in on low-color computer graphics without any form of filtering. Each pixelated "step" resembles a sawtooth.

Bilinear filtering, smooths pixels of an image when you zoom in close which removes all forms of sawtooth distortion. With today's high-color computer graphics, even without filtering, if you zoom in on an image the large amounts of colors alone reduce the sawtooth effect. You can imagine that the effect was most prevalent with two color, black & white graphics. Today's high colors combined with bilinear filtering completely eliminates sawtooth distortion.