Storing Images Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Bitmap Images

A

Made up of pixels
most images e.g. photos are stored in bitmap

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

How is the colour of each pixel represented?

A

Binary
Number of colours available -> number of bits the code has

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

How many bits do black and white images have

A

2 bits
0 = white
1 = black

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

Colour Depth

A

number of bits for each pixel
Total number of pixels = 2’n

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

Image Resolution

A

Number of pixels in the image

Width x Height

Higher resolution = higher quality image

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

File Size

A

How many bits an image will take up

File size (in bits) = image resolution x colour depth

OR
File size (in bits) = width x height x colour depth

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

Metadata

A

information stored in an image file which helps the computer recreate the image on screen from binary data each pixel

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

Metadata includes:

A

File format
Height
Width
Colour depth
Resolution

-> without metadata devices wouldn’t be able to display the image on screen as intended

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

Vector images

A

Made up of simple shapes that are different blocks of colour

e.g. computer made graphics

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