NASJI

Free forever · No sign-up · No watermark

WEBP to DWG Converter

Saved a plan from a website and got a .webp your CAD refuses to open? Drop it here and download a real DWG of editable geometry instead.

output

Drop images here, or click to choose

Conversion starts immediately. Up to 100 MB per file.

pngjpgjpegwebpgifbmptifftifavifsvgico

How to convert WEBP to DWG

1

Upload your WEBP file

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

2

We trace the lines

The WEBP is decoded server-side to a lossless working image first, so lossy WEBP block edges never reach the tracer.

3

Download a real DWG

You get a native 2018-format DWG with editable LWPOLYLINE geometry on its own A-SKETCH layer — 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 WEBP floor plan before conversion
Input: raster image (solid walls, thin furniture lines, text)
Editable DWG vector drawing produced by the converter
Output: editable DWG polylines (walls outlined, lines centerlined)

About WEBP to DWG conversion

WEBP is what a modern browser hands you when you right-click and save an image, which is why property listings, forum threads and manufacturer sites now deliver drawings in it. It is also the format most desktop software still cannot read. The raster-attach filter lists in mainstream CAD were fixed long before WEBP existed and have rarely been extended, so the usual workflow is a detour through some other converter just to get a PNG you can attach — and attaching still leaves you tracing by hand.

This page removes both steps. The WEBP is decoded here and the drawing comes back as DWG geometry, so your CAD never has to understand the original file at all. Worth knowing: WEBP has a lossy mode as well as a lossless one, and web-saved images are usually lossy. The decode happens before any measurement so block edges are handled in the cleanup stage, but as with any lossy source, a line that compression already smeared into the background cannot be recovered — grab the highest-resolution version of the image the site offers.

Frequently asked questions

Why will my CAD program not open a WEBP file?

Because the raster attach filters in most CAD packages predate the format and were never updated. They read PNG, JPEG, TIFF, BMP and a handful of legacy formats; WEBP is rarely among them, and plugins that add it are scarce.

Does lossy WEBP hurt the trace?

Less than JPEG at comparable file sizes, but it is still lossy — smooth areas can band and thin strokes can soften. The threshold pass removes the resulting halo tones, so the visible effect is usually a slightly thinner traced line rather than a fuzzy one.

Are animated WEBP files supported?

The first frame is used, exactly as with animated GIF. If the drawing you need appears in a later frame, export that frame as PNG and convert that instead.

Do I need to convert WEBP to PNG first?

No, and doing so gains you nothing — the pipeline already decodes WEBP to a lossless internal image before it does anything else. Uploading the original avoids a second generation of re-encoding.

What exactly comes out?

A 2018-format DWG whose linework sits on an A-SKETCH layer as LWPOLYLINE entities, with any recognized labels as TEXT on an A-TEXT layer. It opens in BricsCAD, DraftSight, ZWCAD, NanoCAD and any other CAD that reads native DWG.

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=dwg" \
  -o drawing.dwg