Design Nomenclature / Digital Model Making

Anti-aliasing

Also called AA, antialiasing, edge smoothing, grayscale AA

Reconstructing a signal the sample grid cannot represent, by weighting each pixel with the fraction of it a shape covers instead of a hard in-or-out test. It does not blur the edge; it estimates the correct value for a sample straddling one. Without it, aliasing shows up as stair-steps, shimmer, and moiré.

Three panels: a diagonal edge as geometry, the same edge sampled with no anti-aliasing — one centre sample per pixel, in or out — and the same edge again with grayscale anti-aliasing, where each pixel's value is the fraction of it the shape covers. The second is a hard stair-step; in the third the boundary pixels carry graded greys and the edge reads as a line.

In practice

For type it is a family, not a setting — grayscale, subpixel, hinted or not — and which one runs is decided by the operating system and the rasterizer, not by you.

Not to be confused with

How this term connects

Alpha ChannelAlpha CompositingHintingPPIRasterRasterizationResolutionSubpixel RenderingVectorAnti-aliasing
Related Confused with