Back to the Garden

Image Vectorizer

Growing

Turn logos, icons and line art from PNG or JPEG into SVG, in the browser.

Turn a PNG or JPEG into an SVG that stays sharp at any size, entirely in your browser — the image is never uploaded, and there is no sign-up, no credits and no watermark. Pick a preset, adjust the number of colours, how many specks to remove and how smooth the outlines are, optionally make the background transparent, and compare the result with the original side by side. Download the SVG or copy its code. It is built for logos, icons and line art in one to a few flat colours; photographs and gradients are not what it is good at.

Works best on logos, icons and line art in one to a few flat colours. Photos and gradients come out blotchy and very large.

Settings

Start from

Drop an image here or paste one — or

Your image stays in this browser — it is never uploaded.

Link to these settings

/plants/image-vectorizer

Open it later, use the same settings on another image, or give it to an AI agent. Every parameter is listed at /api/image-vectorizer/options

License
Stays with the owner of the original
Updated

Use it from code or AI

Tracing runs in the browser, so there is no endpoint that turns an uploaded image into SVG: the server never sees the picture. Instead, the settings fit in a URL — preset, or colors, noise and smoothing, plus background=remove — together with the image to open (src). An AI agent can hand a person that link, and the page opens with the image already traced, ready to download. Without src, the settings wait for the person to drop in their own image. The options endpoint lists every parameter, preset and limit.

  • GET /plants/image-vectorizer?src=/api/stick-figure-generator?pose=wave%26face=smile%26size=512&preset=lineart&background=removeOpens the vectorizer with a stick figure from the Stick Figure Generator, traced as line art with its white background removed (a page to open in a browser).
  • GET /plants/image-vectorizer?preset=iconOpens the vectorizer ready to trace the person's own image as a few-colour icon (a page to open in a browser).
  • GET /api/image-vectorizer/optionsEvery parameter, preset and limit (JSON).

Machine-readable description: /api/plants/image-vectorizer