A pixel (picture element) is a single point in a digital image. Every digital image stored on a computer is made up of a rectangular grid of pixels — this type of image is called a bitmap.
Each pixel stores a single colour value as a binary number. When the pixels are small enough and packed tightly enough, the human eye perceives a continuous image rather than a grid of discrete dots.
| Property | What it means |
|---|
| Pixel | One point in the image, storing one colour value |
| Bitmap | An image stored as a grid of pixel colour values |
| Image dimensions | The width and height of the grid, measured in pixels |
| Colour depth | The number of bits used to represent each pixel's colour |
A black-and-white image uses 1 bit per pixel (0 = white, 1 = black). A full-colour image typically uses 24 bits per pixel — 8 bits each for red, green, and blue channels.
A pixel has no fixed physical size. The same 800 × 600 pixel image printed on a postcard looks sharp; stretched across a billboard it looks blocky. The number of pixels does not change — only the physical size of each one does.