3.4 - Representing Images Flashcards

1
Q

What is the difference between digital and analogue data?

A

Digital - data in the format of 1’s and 0’s
Analogue - measured to any degree of accuracy

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

What happens when a digital camera captures an images?

A

Breaks it up into a grid of pixels
A light sensor measures the intensity of colour in each pixel
Each pixel is converted into binary code using an analogue to digital converter

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

What are common types of bitmap files?

A

BMP
JPG
GIF
PNG
TIF

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

What is the bitmap resolution? Formula

A

Number of pixels used to make up a bitmap image
Width x height

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

What happens to pixels when an image size is increased or decreased?

A

The size of each pixels grows or shrinks to maintain the required resolution
This is why the quality changes

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

How do we know the number of colour combinations from the bits per pixel?

A

2^number of bits

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

What does the colour depth affect?

A

Number of colours displayed

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

How do we calculate file size?

A

Resolution (w x h) x colour depth

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

What is metadata? Examples?

A

Data about data stored in the same file as the image data
E.g. date created, width, height, colour depth

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

What are vector images?

A

Made up of geometric shapes instead of pixels
Properties of each shape are stored and retrieved to be able to redraw

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

What properties of vectors are stored?

A
  • shape type
  • position on the screen
  • fill colour
  • line colour
  • length, width, radius
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What happens when you resize a vector graphic?

A

They’re mathematically redrawn so quality stays the same
Still typically have a smaller file size

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

What file types are vector graphics used in?

A

SWF
EPS
SVG

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