How PNG to DXF conversion works
DXF is the lingua franca of workshop software: LightBurn, LaserGRBL, Fusion 360, Easel, VCarve and practically every CNC or plasma controller read it. What none of them read is PNG — so the sketch, logo or ornament you have as an image needs its outlines extracted as machine paths first. That is what this converter does: it traces your PNG and writes the outlines as DXF polylines, in the widely-compatible R12 dialect that even old controllers accept.
The output is built for cutting, not for show. Curves are flattened into fine polyline segments (CAD software joins them smoothly), each traced color lands on its own DXF layer so you can assign different operations — cut the black, engrave the red — and near-white background shapes are dropped automatically in the default Silhouette preset, because a machine would otherwise happily cut out your background as a giant rectangle.
Source material matters more for cutting than for screen use. Ideal inputs are high-contrast: black artwork on white, a clean scan of a drawing, a stencil design. Busy photos make poor cutting files no matter the converter. If your PNG has thin lines, keep an eye on the preview — lines thinner than your laser kerf will close up; thicken them in any image editor first.
Scale deserves a sentence: DXF units are dimensionless, and this tool maps one pixel to one unit. Your CAD/laser software will ask on import whether units are mm or inches — check the overall size there and scale once. Every serious workshop program has a one-click “scale to size” for exactly this.