NASJI

Free forever · No sign-up · No watermark

AVIF to DXF Converter

AVIF is too new for most software to read. Upload yours and get a DXF of editable polylines straight out — free, no intermediate conversion.

output

Drop images here, or click to choose

Conversion starts immediately. Up to 100 MB per file.

pngjpgjpegwebpgifbmptifftifavifsvgico

How to convert AVIF to DXF

1

Upload your AVIF file

Drop your .avif on the converter, click to browse, or paste a screenshot with Ctrl+V.

2

We trace the lines

AVIF is decoded natively at full resolution, avoiding the screenshot detour that would throw away detail before tracing even begins.

3

Download a real DXF

You get an R2000 ASCII DXF with editable LWPOLYLINE geometry — the open CAD exchange format — editable geometry, ready to draft on, not a picture to trace again.

What you get: lines, not pictures

A floor plan with solid walls, furniture and text — and the CAD geometry this converter produces from it. Walls keep both faces, every thin line is a single editable polyline, and labels become real editable text.

Example AVIF floor plan before conversion
Input: raster image (solid walls, thin furniture lines, text)
Editable DXF vector drawing produced by the converter
Output: editable DXF polylines (walls outlined, lines centerlined)

About AVIF to DXF conversion

AVIF applies AV1 video compression to still images, and it is efficient enough that sites are adopting it faster than desktop software can follow. The result is a familiar annoyance: a file that looks fine in a browser and is unreadable everywhere else. No CAD or CAM application decodes AVIF, and the advice you will usually find is to open the image in a browser and screenshot it — which re-encodes an already-lossy picture at whatever resolution your monitor happens to have.

Decoding it properly matters more when the destination is a cutter than when it is a drawing to look at, because every detail lost before tracing becomes a missing feature in the part. This page decodes AVIF natively at full resolution and feeds it straight into cleanup — one decode, no screenshot generation loss. AVIF is normally lossy, so the usual rule applies: take the largest version of the image the source offers. The output is R2000 ASCII DXF, readable by LightBurn, VCarve, LibreCAD and QCAD alike.

Frequently asked questions

Why can nothing open my AVIF file?

Because support outside browsers is still patchy. CAD, CAM and most desktop image tools have not added AVIF decoding, so the file works in Chrome and Safari and nowhere else. Converting to DXF geometry removes the dependency entirely.

Is screenshotting the AVIF just as good?

No, it is measurably worse. A screenshot captures at monitor resolution and re-encodes an already-lossy image, discarding detail before tracing begins. Uploading the AVIF gives the pipeline the full-resolution decode instead.

How does AVIF's lossy compression affect the DXF?

At typical web quality AVIF preserves edges better than JPEG, so halos are milder and the threshold removes them easily. At aggressive settings thin strokes are already blended into the background inside the file, and nothing downstream restores them.

Are AVIF images with an alpha channel supported?

Yes. DXF has no transparency, so alpha is composited onto white before thresholding — a logo on a transparent background converts exactly like one on white.

What can I do with the DXF?

Open it in LibreCAD, QCAD, FreeCAD or SolidWorks, or send it to LightBurn, VCarve, a plasma controller or a vinyl cutter. It is R2000 ASCII DXF with LWPOLYLINE geometry and editable TEXT.

Convert from a script or an AI agent

The same conversion is one HTTP call — no key, no account, no rate limit. The full machine-readable spec lives at /llms.txt.

curl -X POST https://nasji.com/api/convert \
  -F "[email protected]" \
  -F "target=dxf" \
  -o drawing.dxf