Storing images Flashcards

1
Q

What is colour depth?

A

Colour depth is the number of bits used for each pixel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is image resolution?

A

Image resolution is the number of pixels in the image. This is width x height

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a bitmap?

A

A bitmap is an image made up of pixels.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a disadvantage of having more colours in your picture?

A

A disadvantage is that it takes up more storage as you require more bits to make up the image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What equation is required to work out the file size in bits?

A

File size(bits) = image resolution(width x height) x colour depth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many colours are in an image with 4-bits?

A

There are 16 colours as it is 2^4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Calculate the file size in MB of an 4-bit image that is 1500 pixels wide and 1400 pixels high

A

1.05MB because you first have to use the formula to find the size in bits which is 8.4 million and then you divide by 8 to find the size in bytes and then divide by 1000 twice to get it in megabytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the formula for calculating the total number of colours in an image?

A

2^n(where n = number of bits per pixel, or bpp)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Calculate the file size in MB of an 8-bit image that is 2000 pixels wide and 2500 pixels high

A

5MB as you use the formula to find the size in bits which is 40 million and then you divide by 8 to get it in bytes and then by 1000 twice so get it in megabytes which equals 5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly