Representing Images, Sound & Other Data Flashcards

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

What are Vector graphics made up of

A

Made up of lists of objects and their properties

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

What is a vector object

A

A mathematically/ geometrically defined construct (e.g. rectangle or circle)

Have properties that determine dimensions, appearance and position

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

Where are vector properties stored

A

Stored in a list called a drawing list

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

Example for storing a circle object

A

< circle cx = “100” cy = “100” r = “50”
fill = “lightgreen” stroke = “black”
stroke-width = “5” />

cx & cy used to determine centre coords
r used to determine radius of circle
fill used to determine colour of inside
Stroke used to determine border colour
Stroke-width to determine border width

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

Advantages of vector graphics

A
  • can be resized without distortion as they’re scaleable
  • smaller file size due to less info stored
  • easier to edit vector graphics as each object can be adapted independently
  • dont lose quality regardless of resolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Advantages of bitmaps

A
  • can be used to depict any level of complexity and detail
  • can represent images not composed of regular shapes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Examples of Vector Graphics

A
  • Charts
  • Logos
  • Web designs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Examples of Bitmaps

A
  • photographs
  • Scanned images
How well did you know this?
1
Not at all
2
3
4
5
Perfectly