bitmap

Mapping something to bits (binary digits 0 and 1). It is most often used in reference to graphics or images (but can be other forms of media). For a bitmapped graphic, each ‘dot’, or pixel, of the graphic is represented by a number giving the colour of the pixel. .bmp, .gif or .jpeg files are graphics represented as bitmaps (as opposed to vector graphics). If a graphic were stored or displayed using only 1 bit per pixel, it would be purely black and white (1 for black and 0 for white). If it were 2 bits per pixel, it could represent four ‘colours’ (typically greyscale colours). Using 24 bits per pixel gives over 16 million (224) different colours.