Please enable JavaScript.
Coggle requires JavaScript to display documents.
graphics (Vector (different shapes (line, eclipse, rectangle, polygon),…
graphics
Vector
how vector graphic is reprsented
vector graphic is represented by shapes
different shapes
line
eclipse
rectangle
polygon
different attibutes
width
height
line colour
fill colour
advantages
resolution indapentdant
easy to alter the size and shape
takes up less memory
advatages
use of spry type facility's
you can delete and edit single pixels
disadvantages
even the smallest of mistakes can be seen
cant rub bits out
disadvatages
images don't resize very well
use a lot of memory
Bitmapped
how bitmapped is represented
bitmapped is represented as a grid of pixels.
each pixel holds a number of bits to store the colour of that pixel.
the more numbers on the pixels the more numbers that can be represented.