A digital image is just a grid.
When you zoom into a digital image, it is made from tiny coloured squares called pixels.
Each pixel stores one colour value. The computer stores those colour values as binary.
🟦 🟩 🟩 🟦
🟦 🟩 🟩 🟦
⬛ 🟦 🟦 ⬛
Understand how digital images are built from pixels, how resolution and colour depth affect quality, and why image files can become large.
When you zoom into a digital image, it is made from tiny coloured squares called pixels.
Each pixel stores one colour value. The computer stores those colour values as binary.
Resolution is the number of pixels in an image. It is often written as width × height.
A higher resolution stores more pixels. More pixels can make an image sharper, but it also increases file size.
A mosaic is made from many small tiles. Close up, you see the tiles. From far away, they form a picture.
A digital image works in the same way. Pixels are the tiles, and each tile has a colour.
To calculate the number of pixels in an image, multiply the width by the height.
Colour depth is the number of bits used to represent the colour of each pixel.
More bits per pixel means more possible colours, smoother gradients, and more realistic images.
Metadata is data about the image file. It describes the file, but it is not part of the visual image itself.
Students often mix up resolution and colour depth.
Digital images are stored as grids of pixels.
Resolution affects the number of pixels. Colour depth affects the number of possible colours.
Higher resolution and higher colour depth usually improve quality, but they also increase file size.
Now that you understand how images are represented, the next step is how sound is stored as binary.