5. Bitmapped Graphics Flashcards Preview

Computer Science A Level > 5. Bitmapped Graphics > Flashcards

Flashcards in 5. Bitmapped Graphics Deck (13)
Loading 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
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.

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

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.

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.

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

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.

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.

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
10
Q

Calculate File Size (KB)

{1024 x 769 Res, 16 Colours per pixel}

A

393.2KB

11
Q

Calculate File Size (MB)

{1920 x 1080 Res, 32 Colour Depth}

A

8.3MB

12
Q

Calculate File Size (MB)

{1024 x 1024 Res, 256 Colours per pixel}

A

1.2MB

13
Q

Calculate transfer speed (MB/second)

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

A

99.5MB/s