WMF 🗎

WMF — Windows Metafile (legacy)

Open Beta
.wmf · image/x-wmf

WMF (Windows Metafile) is Windows' 16-bit vector format from 1990, still alive in the Office clipboard and in legacy documents. Our exporter writes WMF directly, without Inkscape: the map is rendered through QGIS to SVG, paths are parsed into polylines and encoded as Placeable WMF records. Honest about the format limits: coordinates are 16-bit (±32767), so large maps are clamped into the coordinate space with some precision loss, and the output is stroked outlines without fills or labels. WMF is chosen for compatibility with old Word and Visio versions.

지금 WMF 내보내기 ✨ 오픈 베타 — 무료, 제한 없음

주요 기능

Direct export without Inkscape (pure Python, Placeable WMF records)
Placeable Metafile header with magic 0x9AC6CDD7 and correct scale
Pipeline QGIS → SVG → polylines → WMF
Compatible with all Microsoft Word versions
Stroked outlines (16-bit coordinates clamped to ±32767)
Example WMF export (central Moscow, 1x0.5 km)
Example: central Moscow, ~1×0.5 km, medium detail

WMF 형식 소개

WMF is a Windows vector format from the late 1980s that has survived to this day in the Office clipboard and in old documents. It is 16-bit: coordinates fit into a range of roughly minus 32 to plus 32 thousand units, and that determines all of its behavior.

It is taken for exactly one reason — compatibility. If a map has to go into a document that is opened in Word 2003 or in earlier generations of Visio, and every other format breaks there, WMF will work.

We write the file directly, without Inkscape: the map is rendered to SVG, the paths are broken down into polylines and encoded as Placeable WMF records with a correct header and scale. The output is line work: there are no fills and no labels in the file, and over a large area small geometry gets rounded off because of the cramped coordinate space.

That is why WMF is the format of last-resort compatibility. If the receiving side allows anything else, EMF, SVG or PDF will give you fills, text and precision.

WMF 파일을 여는 프로그램

다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 WMF — Windows Metafile (legacy)(.wmf) 파일을 열고 편집하고 작업할 수 있습니다:

💻Microsoft Word / Visio / PowerPoint 📄LibreOffice Draw Inkscape 🎨CorelDRAW 💻IrfanView

Format specifications

WMF 지도 사용자

🏗
Pasting a map into Microsoft Word 2003/2007 or Visio with maximum compatibility
The map is inserted into Word and Visio documents of earlier generations and stays vector.
💻
Exchanging vector graphics with a legacy Office pipeline
Exchanging graphics with an old office pipeline that does not accept modern formats.
📊
Opening the map in LibreOffice on Linux alongside Windows-user documents
Opening in LibreOffice on Linux alongside colleagues' documents on Windows.
🎨
An archival document meant to outlive editor and OS changes
An archival document that has to survive a change of editors and operating systems.

WMF 내보내기 방법

1
영역 선택
osm2cdr.ru의 인터랙티브 지도에서 사각형 또는 폴리곤을 그리세요
2
WMF 선택
사용 가능한 127가지 내보내기 형식 목록에서 WMF — Windows Metafile (legacy)을(를) 선택하세요
3
내보내기
내보내기를 클릭하면 1~5분 안에 .wmf 파일을 받습니다
4
다운로드
완성된 WMF 파일을 다운로드하여 Microsoft Word / Visio / PowerPoint에서 여세요

내보낸 뒤 여는 방법

WMF 형식의 인기 지도

무료

WMF — Windows Metafile (legacy) 지도 내보내기 받기

OpenStreetMap에서 전문가용 WMF 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.

무료 / 내보내기
지금 WMF 내보내기 →

자주 묻는 질문

Is Inkscape required for WMF?
Why do large maps lose precision?
Are there fills and labels?
How is WMF different from EMF?
Can the lines be edited after insertion?

관련 형식

함께 자주 내보내는 형식

Related Articles