Before using a bitmap or vector format, it is helpful to know:
- WHAT they are
- WHEN to use them
- WHERE to use them
- WHY that are used for specific images
NOTE: It is important to note that both of them are ultimately RENDERED to the screen as PIXELS.
You PUSH ON PIXELS with a bitmap image and you DRAW WITH VECTORS (PATHS) with a vector image.