Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bitmap and Vector Graphics (Vector Graphics (Vector Objects (Ellipses,…
Bitmap and Vector Graphics
Bitmap Graphics
Advantages
Most manual tools use Bitmaps
Individual pixels can be edited
Disadvantages
The image takes up more storage than Vector Graphics
The image is resolution dependent
Bit-mapped images are represented as a grid of pixels, with each pixel requiring it's own colour to be stored in a binary number
Vector Graphics
Advantages
Vector Images have a smaller image size than Bitmap Images
The Image is scalable and isn't resolution dependent
Disadvantages
Vector objects cannot have their pixels edited
Vector Objects
Ellipses
Lines
Rectangles
Polygons
Vector Graphics are represented by lines, shapes, and coordinates, defined by their mathematical relationships