Representing images Flashcards

1
Q

What is a pixel?

A

The smallest distinguishable feature(tiny squares)

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

What’s resolution?

A

The measure of the clarity of an image (how detailed an image is)

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

Formula for resolution

A

Resolution = width(pixels) * height(pixels)

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

How are images converted?

A

A grid is placed over the original image
An average colour is found for each pixel
A binary value is assigned to each pixel
each pixel is represented by multiple bits(one combination per shade)

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

What is colour depth?

A

The number of bits used to represent the colour of each pixel

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

Formula for file size?

A

file size(bits) = resolution(pixels) * colour depth(bits)

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

what is meta data?

A

Data stored alongside an image :
file name, file format

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