When dealing with image types, you should first know the difference between these 2 types of files. A raster graphic is essentially a grid of pixels or points of color. BMP, JPEG, JPG, TIFF, PNG, and GIF are common file extensions for a raster graphic. This type of file can work fine when dealing with strictly printing and small image printing, but cutting this type of file for vinyl is not possible, we need a vector to be able to do this. Raster images are based on pixels and so when scaled there is a loss of clarity, while vector-based graphics can be scaled by any amount without degrading quality.