Is the PNG outline finder free?
Yes. This PNG outline finder is free and runs entirely in your browser with no sign-up.
Is the SVG path a full illustration trace?
No. The goal is a practical contour export from the visible alpha shape, not a print-design vector editor replacement.
Can I also export a raster mask?
Yes. The tool exports both a raster contour mask PNG and an SVG path, plus a ZIP that includes both files.
Does this run locally?
Yes. Contour tracing and export happen in your browser, so the PNG is never uploaded and stays on your device.
Does it work on mobile?
Yes. The outline finder runs in any modern browser, including mobile, since all processing is done locally.
What exactly do I get out of it?
Three downloads: outline-mask.png, a raster contour mask; outline-path.svg, a stroked polyline path sized to the source image's viewBox; and a ZIP containing both.
Is the SVG path smooth enough for a cut file?
It is a polyline built from pixel edges, so it is geometrically accurate but visibly stepped on diagonals if you zoom in. Vinyl and sticker cutters follow it without complaint. If you need editable curves for an illustration, trace it in a vector app instead.
How do I add bleed for a sticker?
Use the inset and outset control. A positive value pushes the contour outward by that many pixels before the path is built, so 8 to 16 px on a 1000 px artwork gives a small margin that absorbs cutter drift. Negative values pull the contour inside the shape.
Why is my SVG file so large?
Because the simplify amount is low. At 0 the path keeps every pixel step, which on a large image is tens of thousands of points. Raise simplify toward 5 or 6 and the file drops sharply with no practical loss for print.
What if the outline includes the shadow?
A soft shadow is partially opaque, so at the default threshold of 16 it counts as part of the shape. Raise the threshold until only the solid subject remains, typically somewhere between 40 and 100 depending on the shadow.
Does the PNG leave my device?
No. The alpha is read from a canvas and the contour is traced in the browser, so the file is never uploaded.