Including the two that decide whether you keep the file: does it come back in colour, and what happened to the background.
- Is the JPG to SVG converter free?
- A free account gets a credit on sign-up with no card, and a standard conversion spends one. Editing, optimising and exporting the result afterwards cost nothing, and nothing that comes back is watermarked.
- Does it convert in full colour, or only black and white?
- Full colour. Every region comes back as its own filled shape carrying a plain hex value, and gradients usually arrive as real gradient defs rather than banded. Treat the values as approximations rather than samples — the image is described on the way through, not sampled — so paste your own hex over anything brand-critical. Most free tracers hand back a two-tone silhouette because thresholding is cheaper than separating colours, which is a limitation of the tool rather than of the format.
- Can I get a one-colour version instead?
- Yes, and it is usually easier to go that way round. Convert in colour, then in the editor select the shapes you want to keep and set every fill to a single ink — which gives you a deliberate one-colour mark rather than whatever a threshold slider happened to produce.
- Why does my JPG come back with a white background?
- JPEG has no alpha channel, so the white behind your subject is genuinely part of the image and gets read as part of the picture. It usually comes back as a single shape covering the canvas — select it, delete it, and the rest of the artwork is untouched. Adding "transparent background" to the prompt field alongside the upload makes it less likely to appear at all.
- Can I convert a photo to SVG?
- You can, but you should not expect a photographic result. Vector graphics describe shapes with edges; a photograph is a continuous tonal field with no edges to describe. What you get back is a stylised, poster-like interpretation. For anything illustrative, generating from a text prompt gives a far better file.
- JPG or PNG — which converts better?
- PNG, every time, because it is lossless and can carry transparency. If both exist, upload the PNG. If only a JPG exists, correct the contrast first and the gap mostly closes for flat artwork.
- Is JPEG different from JPG?
- No — same format, same result here. The three-letter spelling is a leftover from when filenames were limited to three characters. Upload either.
- What is the maximum upload size?
- 10 MB. Since JPEG compresses aggressively, that is a very large image — you will run out of useful detail long before you run out of budget.
- Can I see and copy the SVG code?
- Yes. The markup sits in a panel beside the canvas and updates as you edit, so you can read the path data, copy it straight into a template, or copy it out as a React component instead.
- Will the SVG open in Illustrator, Inkscape or Cricut Design Space?
- Yes. The output is plain SVG with no proprietary attributes, grouped by colour — which is what Illustrator and Inkscape read as editable paths, and what Design Space and Silhouette Studio need in order to treat each colour as its own cut layer.
- Will the output be smaller than the JPG?
- For flat artwork, usually far smaller, and it scales infinitely on top of that. For photographic sources the vector version can be larger than the JPEG, which is one more reason not to vectorise photographs.