Vector vs raster in Light Lane: five modes, one clear decision
Light Lane has five processing modes. Two are vector-based, three are raster-based. The difference is not about file format because both can work from the same SVG. It is about how the laser moves and what kind of result you get.
The five processing modes in Light Lane
| Mode | How it moves | Best for | Not good for |
|---|---|---|---|
| Vector Outline | Traces edge contours of dark regions | Cutting, scoring, precise outlines, crisp text edges | Photos, fills, tonal content |
| Vector Fill | Fills dark regions with horizontal scanlines | Solid filled shapes, logos as filled outlines | Large area fills (slow), photos, tonal gradients |
| Raster Grayscale | Scans row by row, varies power per pixel by brightness | Portraits where continuous tone matters, relief carving on oak | Machines that cannot modulate power (M3 only firmwares) |
| Raster Threshold | Scans row by row, burns anything darker than a cutoff | High-contrast logos, bold text, clipart with clear darks and lights | Photos, gradients, anything needing tonal subtlety |
| Raster Dither | Scans row by row, converts tones to binary dot patterns | Photos, portraits, any continuous-tone image on wood or leather | Jobs where speed matters more than tonal quality |
The practical difference between vector and raster
Vector engraving moves the laser along paths. For an outline, it traces the edge of dark shapes. For a fill, it creates closely spaced horizontal scanlines inside shapes. The path is mathematically defined and the motion is efficient. The laser only fires where it needs to. Vector cuts and scores are fast and precise.
Raster engraving scans in rows, like a printer. The laser moves left to right along a row, firing at each pixel position according to the image data. Then it steps down one line and scans the next. Every pixel in the image area gets evaluated. This is slower than vector for simple shapes but it reproduces tonal content that vector cannot achieve.
For a logo on 3mm birch plywood: if the logo is a solid black shape with clean outlines, Vector Fill gives you a clean engrave with sharp edges and efficient travel. If the logo has gradient shading or comes from a photograph, Raster Dither or Raster Grayscale captures the tonal nuance that vector modes would flatten to hard edges.
For a name tag on anodized aluminum: the text is clean vector paths, so Vector Outline or Vector Fill are the right choice. Clean, fast, precise ablation along the letterform paths. Raster Threshold on the same text would produce the same visual result but much slower, because the raster pass scans the entire bounding box rather than just the letters.
For a portrait photo on oak: vector modes cannot reproduce tone at all. Use Raster Dither to convert the continuous-tone photograph into a dot pattern the laser can engrave. Floyd-Steinberg dithering usually produces the most natural-looking result on wood grain.
Light Lane lets you preview the toolpath before burning. After you generate G-code, the color-coded preview shows exactly how the laser will move. Yellow to red colors indicate power intensity. You can see whether vector paths or raster rows were generated before touching your material.
Vector vs raster FAQ
Can I use vector mode on a PNG image?
Yes. When you select Vector Outline or Vector Fill on a PNG, Light Lane traces the dark regions of the pixel image and generates vector paths. Clean high-contrast images trace well. Complex photos produce messy paths. For photos, use raster modes.
Which mode should I use to cut a shape?
Vector Outline. It traces the contour path of the shape at your cut speed and power. Set high power (80-100%) and low speed (200-600 mm/min for 3mm birch plywood on a 10W laser). Add multiple passes if you need to cut through in more than one pass.
Does Raster Grayscale work on all GRBL machines?
Raster Grayscale uses M4 dynamic laser mode on GRBL to vary power per pixel. It requires GRBL 1.1+ with laser mode enabled ($32=1). Most modern diode lasers support this. If your machine uses GRBL older than 1.1, use Raster Dither instead.
What is the speed difference between vector and raster modes?
It depends on the image. For simple shapes, Vector Outline is much faster than any raster mode because it only traces the boundary. For a filled logo, Vector Fill can be slower than Raster Threshold because it generates dense scanline fill paths. For photos, raster modes are the only option. Preview the toolpath in Light Lane and check the estimated time before committing.
Can I switch modes and regenerate without losing my settings?
Yes. Change the processing mode in the selector and click Generate again. Light Lane regenerates G-code with the new mode using your current settings. The preview updates immediately. Your speed, power, and DPI settings are preserved between mode switches.
Try all five modes on your own file in Light Lane
Import an image, switch between Vector Outline, Vector Fill, and Raster Dither, preview each toolpath, and see the difference before touching your material.
Next steps
Validate one real workflow in Light Lane, then move to the most relevant guide or feature page.
Last updated February 21, 2026