Files
Information on files
Vector vs Raster Graphics
Zoom in to see the difference between vector and raster graphics.
Vector
Raster
The red line is a cut line, as the vector file has paths, we can use the path to cut along
As the raster file is made up of pixels, we cannot cut along the line without losing quality
Therefore we trace the image and offset the cut line
As the raster file is made up of pixels, we cannot cut along the line without losing quality
Therefore we trace the image and offset the cut line
| Feature | Vector | Raster |
|---|---|---|
| Supports transparency | ||
| Supports gradients | ||
| Keeps quality when scaled | ||
| Editable without loss | ||
| Smaller file size for simple graphics | ||
| Best for printing large format | ||
| Cut to shape | Requires Tracing | |
| Requires resolution setting | ||
| Best for photos | ||
| Common file formats | SVG, AI, EPS, PDF | JPG, PNG, BMP, GIF, TIFF |