Differentiate between ‘vector’ and ‘bit-map graphic’. - SVG
Differentiate between ‘vector’ and ‘bit-map graphic’.
Vector Graphics:
- Vector Graphics are scalable.
- They are cartoon-like and resolution independent.
- They does not require background.
- They are inappropriate to generate photo-realistic images.
Bit-map Graphics:
- Bit-map images have pixels in a grid.
- Resizing the image reduces the quality.
- They are resolution dependent.
- They can be converted into other format easily.