5. Bitmapped Graphics Flashcards

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

Resolution

A

Resolution means how many pixels an image or display contains, the higher the resolution, the more pixels available and therefore can increase image quality.

Resolution can be defined in two ways

  • Width x Length
  • PPI/DPI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Colour Depth

A

Colour is represented in bits and the more bits available, the more colours can be represented.

Colour depth describes the amount of bits we assign per colour.

Let n be the number of bits.
2^n = amount of colours that can be represented.

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

Calculating File Size

A

If the resolution is given in Width and Length:
Width x Length x Colour Depth

If it is given in PPI/DPI:
DPI x Inch x Colour depth

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

Pixels

A

“Pixel Element”
Pixels are the smallest distinguishable feature displayed.

Hence why a monitor’s pixel is different from a video game pixel.

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

Metadata

A

Stored alongside the image raw data and is needed to display the image correctly.
E.g. Resolution, file name, file format.

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

Vector Graphics

A

A set of commands used to define a vector image.

Pros:
-Smaller file size, can resize without distortion, can manipulate individual objects in an image, can search for particular objects.

Cons:
-Isn’t suitable for storing photographs

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

Why do vector graphics maintain the same quality when resized?

A

Essentially, vector graphics and its objects are all made mathematically and therefore scale in proportion to its properties.

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

Why are vector graphics not appropriate for photographs?

A

Most devices such as cameras, scanners etc essentially continuous tone bitmap graphics that are impractical to convert to vector and lose their image.

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

Bitmapped Image Problems

A
  • When zoomed in, you can see the pixels and the initial image quality is lost.
  • When enlarged, ‘pixelation’ occurs and the image will start to become blurry
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Calculate File Size (KB)

{1024 x 769 Res, 16 Colours per pixel}

A

393.2KB

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

Calculate File Size (MB)

{1920 x 1080 Res, 32 Colour Depth}

A

8.3MB

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

Calculate File Size (MB)

{1024 x 1024 Res, 256 Colours per pixel}

A

1.2MB

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

Calculate transfer speed (MB/second)

{1920 x 1080 Res, 16 Colour Depth, 24 FPS}

A

99.5MB/s

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