How it works: This tool allows you to select a PNG image and convert it into an SVG file. You can choose between two modes:
Embed PNG: The PNG image will be embedded directly within the SVG as a data URL. This means the SVG will contain the original raster image rather than a vectorized version. It's useful for wrapping a PNG in an SVG container, but does not perform true vectorization.
Trace PNG: Uses ImageTracer.js by Andras Jankovics to trace the outlines of the image and convert them into scalable vector paths. The quality of vectorization depends heavily on the input image and the selected tracing preset. Complex images may yield less precise results.