Image to SVG
Convert PNG and JPG images to SVG vector outlines using edge detection. Adjust threshold and smoothing. Download the resulting SVG. Free, no upload to server.
Frequently Asked Questions
Does my image get uploaded to a server?▼
No. All processing happens entirely in your browser using the Canvas API. Your image never leaves your device.
What image formats are supported?▼
PNG and JPG/JPEG images are supported. For best results use images with clear, high-contrast edges.
What does the threshold slider do?▼
The threshold (0–255) controls which pixels are treated as black vs white after grayscale conversion. Lower values include more detail; higher values simplify the image to only the darkest areas.
What smoothing levels are available?▼
Three levels are available — None (raw edges), Medium (slight smoothing), and High (smoother paths). Smoothing reduces the number of path points for a cleaner SVG.