In a lot of cases it is useful to convert bitmaps like jpg, png to vector graphics like SVG or AI.
Inkscape -> Path -> Trace Bitmap
BASH
convert file.png file.pnm potrace file.pnm -s -o file.svg