Representing images

Types of images

There are 2 types of images you need to be aware of: vectors and bitmaps. Vectors are images that are created by combining different mathematically described shapes. Because of this they can be resized without losing quality making them perfect for things like company logos that may need to be on things as small as business cards or as large as billboards. Vector images do not feature in the AQA course so it is enough to know they exist. Your focus should be on bitmap images which are sometimes called raster images.

Bitmap images

Bitmap images are comprised of rows of pixels each of which is a specific colour. The term pixel is a shortening of pixel element. It is a single dot with its own colour in a bitmap image.

In a bitmap image, image size means the number of pixels wide multiplied by the number of pixels tall to give the total number of pixels used.

Colour depth is the number of bits used to record the colour of each pixel. If we only have two colours then we can use 0 to represent one colour and 1 to represent the other for a colour depth of 1 bit. As we saw earlier in the unit, there are 2n combinations that can be made with n bits, so with 2 bits we can have 4 colours, with 3 bits 8 colours, with 4 bits 16 colours and so on. In the image above we have 6 different colours. The minimum number of bits needed to handle this is a colour depth of 3.

Calculating the filesize of images

The formula to calculate the filesize of images is:
Filesize = Image size x Colour depth
So for the example above the filesize would be 15 x 15 x 3 = 675 bits.
If you need the answer in bytes it would then be 675/8 = 84.375 bytes

Knowledge check


Questions:
Correct:

Question text


© All materials created by and copyright S.Goff