Design Nomenclature / Digital Model Making

Raster

Also called bitmap, pixel image, raster image

This entry has not been translated yet and is shown in English.

An image stored as a grid of samples. It has no notion of what it depicts — a letterform in a raster is not a letter, it is the pixels a letter left behind. Scaling means resampling, and resampling invents data. Cost is fixed by dimensions regardless of content, which is why photographs are raster.

Three panels: a lowercase letterform as geometry, with no samples taken yet, then the same letter resolved onto a 10 by 10 grid and a 20 by 20 one. Both are sampled by the hard rule — is the pixel's centre inside the shape — so every pixel is fully on or fully off and the arch has become stair-steps in each. The finer grid steps more finely; it does not step less.

In practice

“Bitmap” strictly means one bit per pixel. Everyone uses it for any raster image, and the .bmp file extension cemented the confusion permanently.

Not to be confused with

How this term connects

Alpha ChannelAnti-aliasingDPIPathPPIRasterizationResolutionSubpixel RenderingVectorRaster
Related Confused with