How to Convert an Image to SVG for Laser Cutting (and When to Engrave Instead)
Laser cutters follow paths, not pixels. Here's how to turn a PNG or JPG into a clean, closed-path SVG your machine can cut, and when to engrave instead.
On this page
- Why a laser can't cut a PNG
- Cut file or engrave file? Decide before you convert
- The workflow: from image to cut-ready SVG
- 1. Start from the right source image
- 2. Convert it to vector paths
- 3. Merge colors down to your operations
- 4. Check the paths before you burn anything
- 5. Import, size, and assign operations
- 6. Test cut on scrap
- What this looks like with PerfectVector
- When converting is the wrong move
- Quick troubleshooting
- FAQ
To convert an image to an SVG for laser cutting, you trace the raster image into vector paths, simplify the result down to clean, closed shapes, and import that SVG into your laser software, where the paths become cut lines. The conversion itself takes seconds. Whether the file cuts well depends on decisions you make before and after: picking an image that should be cut at all, and checking the paths before you burn material on them.
This guide walks the whole route for Glowforge, xTool, LightBurn, and similar setups: deciding cut versus engrave, converting, cleaning up, importing, and the test cut. If you're brand new to vector files, what image vectorization actually does is a good two-minute primer first.
Short on time? The whole workflow
- Decide cut or engrave. Flat, high-contrast art gets cut; photos get engraved as raster, no conversion needed.
- Start from your sharpest image, ideally with a transparent background.
- Convert it to SVG with an AI vectorizer and merge the colors down to your planned operations.
- Check the paths: closed shapes, no doubled lines, a sane node count, no loose islands.
- Import, size, assign operations, and test cut on scrap before the real material.
Why a laser can't cut a PNG
A PNG or JPG is a grid of colored dots. A laser cutter can't follow dots; for cutting it needs a continuous line to drive the beam along. That line is what a vector path is: a mathematical curve with a start, an end, and exact coordinates the whole way. An SVG stores those paths, which is why every laser workflow eventually asks you for one.
The same distinction explains the two things your machine can do:
- Cutting and scoring follow vector paths. The head traces the line, the beam burns through (cut) or marks (score).
- Engraving fills areas, and it can work straight from pixels. The head sweeps back and forth like a printer, darkening the surface dot by dot.

This is the decision most converter tools skip, and it's where most wasted material comes from. If your design should be engraved, you may not need an SVG at all. If it should be cut, the quality of those paths decides everything that happens on the machine.
Cut file or engrave file? Decide before you convert
Which images make good laser cut files? Flat, high-contrast artwork with clear shapes: silhouettes, line art, logos, lettering, mandala and ornament designs. These trace into clean closed paths a laser can follow. Photographs and gradient-heavy art do not become good cut files; their soft transitions turn into blobby, meaningless outlines. Engrave those as raster images instead.
| Your image | Cut, engrave, or skip | Why |
|---|---|---|
| Silhouette, line art, lettering | Cut (convert to SVG) | Clear edges trace into clean closed paths |
| Logo or flat illustration | Cut, or cut + engrave | Outlines cut; interior detail can engrave |
| Photo or gradient AI art | Engrave as raster | Soft transitions can't become sensible cut lines |
| Faded sketch or tiny thumbnail | Fix the source first | A weak source traces into jitter and noise |
If your design lands in the engrave row, stop here and send the image to your laser software as-is. For everything else, on to the conversion.
The workflow: from image to cut-ready SVG
1. Start from the right source image
The trace can only be as clean as what you feed it. Use the largest, sharpest version of the image you have, and prefer one with a transparent background so the converter doesn't trace a rectangle around your design (the classic stray-box problem). A high-resolution source also protects edge detail, which matters double here because every wobble in a path becomes a wobble the beam physically burns. There's more on protecting edges in converting without losing quality.
2. Convert it to vector paths
Upload the image to an AI vectorizer and let it trace. You can convert your image to a laser-ready SVG directly; the first conversions are free, no credit card required. What you want from this step is specific: closed paths the beam can follow all the way around, few anchor points, and flat colors rather than hundreds of speckled fragments.
3. Merge colors down to your operations
Every color in the SVG is a layer your laser software will treat as a separate operation. Think in operations, then merge: outline to cut, interior detail to engrave, maybe a score line. Three colors, not fifteen. The thinking is the same as building a layered SVG for a cutting machine, just with burn settings instead of vinyl colors. PerfectVector's color editor does this merge before you download, which beats hunting fragments later in your laser software.
4. Check the paths before you burn anything
Open the SVG (your laser software's preview is fine) and look for four things:
- Closed shapes. A cut path with a gap leaves the piece attached. Outlines must close.
- Doubled lines. If the trace followed both sides of a thin stroke, the laser cuts twice, scorching the edge. The fix is a cleaner, lower-node trace, and thickening hairline strokes in the source.
- Node count. Hundreds of needless anchor points make the head stutter along the line instead of gliding, and they're the main reason files crawl on import. Why traces end up over-noded explains what a sane path looks like.
- Islands and bridges. Anything fully enclosed by a cut line falls out. The middle of an "O" drops, counters of letters drop, the inner rings of an ornament drop. If a piece must stay, add small bridges (tabs) connecting it to the rest, or move that detail to an engrave layer.
5. Import, size, and assign operations
Bring the SVG into your machine's software. Two things to verify on import: the size (programs disagree about SVG units, so check the dimensions against what you intend to cut and scale if needed) and the operation mapping. Glowforge reads stroked outlines as cut or score lines and filled shapes as engraves; LightBurn assigns operations per color layer. Either way, the color merging you did in step 3 is what makes this assignment a thirty-second job instead of untangling fragments.
6. Test cut on scrap
Run the job small, on scrap of the same material. You're checking that closed paths actually release, bridges hold, doubled lines didn't sneak through, and the kerf (the sliver of material the beam burns away) doesn't swallow your thinnest details. One scrap test costs a few minutes; a failed full-size cut costs the sheet.
What this looks like with PerfectVector
PerfectVector was built for exactly the part of this workflow that goes wrong: the trace. It rebuilds your image as smooth, closed, low-node paths instead of pixel-chasing jitter, and the built-in color editor merges a noisy palette down to the two or three operation layers you actually want, before the file ever reaches your laser software.


After converting, do the step-4 check on your own file: closed shapes, single lines, lean nodes. That inspection habit, more than any tool choice, is what separates files that cut from files that fight you. Convert an image and check the result yourself, or start from the general image to vector converter if your project isn't laser-specific.
When converting is the wrong move
Honesty saves plywood:
- Photos never become good cut files. No converter changes this; it's what raster engraving is for. Vectorizing a portrait gives you blobs.
- Gradient-heavy AI art has the same problem. Flatten it to solid colors first, or engrave it as-is.
- Hairline detail thinner than the kerf burns away entirely. Thicken strokes in the source, or accept that detail as engrave-only.
- Halftones and stippling are thousands of dots; as cut paths they're thousands of pierces. Engrave them.
Quick troubleshooting
| Symptom on the machine | Likely cause | Fix |
|---|---|---|
| Cuts every line twice | Trace followed both edges of a thin stroke | Re-trace cleaner; thicken strokes in the source |
| Piece won't release | Cut path isn't closed | Close the gap, or re-convert for closed shapes |
| Centers fall out (letters, rings) | Enclosed islands with no bridges | Add tabs, or move that detail to engrave |
| Head stutters, slow job | Over-noded paths | Re-convert for low-node paths; merge colors |
| Imports at the wrong size | Unit interpretation differs by program | Check dimensions on import and rescale |
| It engraves where it should cut | Operation mapping (fills vs strokes, colors) | Reassign operations; keep one color per operation |
FAQ
Can I laser cut a photo? Not usefully. A photo's soft gradients can't become sensible cut lines, so converting one produces blobby paths and wasted material. Engrave photos as raster images instead, and save SVG conversion for flat, high-contrast artwork.
Why does my laser cut every line twice? The auto-trace followed both sides of a thin stroke, so what looks like one line is two paths a fraction of a millimeter apart. Re-convert with a cleaner, lower-node trace and thicken hairline strokes in the source image before tracing.
Should I use SVG or DXF for laser cutting? SVG works directly in Glowforge, xTool's software, and LightBurn, and it keeps colors, which makes operation assignment easier. DXF is mainly for CAD-driven pipelines. If your software accepts both, SVG is usually the simpler path from an image.
Why does my SVG import at the wrong size? Programs interpret SVG units differently, so the same file can land at different dimensions in different software. After importing, check the design's measurements against your intended cut size and rescale before running the job.
Do I need Illustrator to make laser cutting files? No. An AI vectorizer plus your laser's own software covers the whole workflow for most projects: convert, merge colors, import, assign operations. Illustrator or Inkscape only become necessary for heavier edits like redrawing shapes or adding bridges by hand.
Got an image waiting to become a cut file? Convert it to a laser-ready SVG, merge the colors down to your operations, and run the path check before you burn. Your scrap pile will thank you.
More from the blog

Vector Art for T-Shirts: Why Printers Want It (and How to Make Your Own)
Your printer asked for vector art and all you have is a PNG. Here's why shirt printing wants vectors, where to get them, and how to turn your own design into one.

SVG vs DXF for Laser Cutting: Which One Should You Actually Use?
For most desktop laser cutters, SVG is the answer, but not always. Here's when to use each, what conversion does to your design, and why clean paths matter more.