1.2 Representing Images Flashcards

1
Q

What are the two ways of storing images in binary?

A

Bitmaps and Vectors

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

How does a bitmap work?

A
  • Image made up of different coloured squares
  • Each square having a binary value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does a vector work?

A
  • The mathematics to store the square are stored
  • e.g. A circle can be drawn just by storing the details of:
    - X and Y co-ordinates from the middle
    - The radius
    - Width
    - Colour
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you calculate the number of colours in an image?

A
  • 2 to the power of n
  • n is the number of bits for each pixel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is colour depth?

A

Colour depth is the number of bits for each pixel

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

What is metadata?

A

Additional data stored with the image to define the width, height, colour depth and colour palette.

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

How are photographs stored?

A
  • Stored in 24 bit colour depth
  • Each pixel is 24 bits
  • This is 2 to the power of 24 = over 16 million colours the human eye can see
How well did you know this?
1
Not at all
2
3
4
5
Perfectly