Free forever · No sign-up · No watermark
JPG to DWG Converter
Scanned a paper drawing, or photographed one? Drop the .jpg here and get it back as a DWG you can actually draft on — free, no sign-up.
Drop images here, or click to choose
Conversion starts immediately. Up to 100 MB per file. You can also paste a screenshot
How to convert JPG to DWG
Upload your JPG file
Drop your .jpg on the converter, click to browse, or paste a screenshot with Ctrl+V.
We trace the lines
The histogram is read with Otsu's method so JPEG ringing and paper tint fall below the cut, then only the surviving ink is vectorized.
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.


About JPG to DWG conversion
JPG is the default output of every flatbed scanner and every phone camera, which makes it the most common way a paper drawing starts its journey into CAD. It is also the most hostile input a tracer can get. JPEG is a lossy, block-based codec: it stores an 8×8 approximation of the image, and high-contrast edges — which is all a line drawing is — come back surrounded by ringing, mosquito noise and grey halos. Trace that naively and you get a fuzzy double line for every crisp pencil stroke.
The cleanup pass exists for exactly this. Before anything is measured the image is binarized with a threshold computed from its own histogram, so the halo tones and the yellowish cast of old paper land on the white side of the cut and simply cease to exist. Only then does tracing start. The practical limit is compression strength: at very low quality settings JPEG will have eaten thin construction lines before you ever uploaded the file, and nothing downstream can invent them back. Rescan at 300 DPI and quality 90 or above if a line vanishes.
Frequently asked questions
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