Representing images
x

Pixels, bitmaps, and binary

Bitmap image shown as a grid of pixels with width W, height H, a labelled pixel, and the formulae total pixels = W × H and bitmap size in bits = W × H × D A computer stores images in binary, so a picture must be turned into data. In a bitmap, the image is a grid of tiny coloured squares called pixels.

Representing images Lesson